From de2fce7c5feab1443133867ff6cd60397fc8a225 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:13:10 +0000 Subject: [PATCH] link to github ations --- src/_guides/bump-sh-tutorials/huma.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_guides/bump-sh-tutorials/huma.md b/src/_guides/bump-sh-tutorials/huma.md index e3d01ff3..1696ffd3 100644 --- a/src/_guides/bump-sh-tutorials/huma.md +++ b/src/_guides/bump-sh-tutorials/huma.md @@ -140,7 +140,7 @@ go run . openapi go run . openapi > openapi.yaml ``` -Deploying to Bump.sh automatically through GitHub Actions now only involves running this command and pointing to the OpenAPI you created. This example will do both the deployment and the diff checking, but you can pick one or the other, or keep both. +Deploying to Bump.sh automatically through [GitHub Actions](https://github.com/marketplace/actions/bump-sh) now only involves running this command and pointing to the OpenAPI you created. This example will do both the deployment and the diff checking, but you can pick one or the other, or keep both. ```yaml name: Check & deploy API documentation @@ -201,7 +201,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} ``` -That's it! Enjoy the comfort of Bump.sh to browse through your API doc, and [customize it to your needs](/help/getting-started/quick-start#customization-options). +That's it! Enjoy the comfort of Bump.sh to browse through your API doc, and [customize it to your needs](/help/getting-started/quick-start#customization-options). Check out the [Bump.sh GitHub Action](https://github.com/marketplace/actions/bump-sh) or other [continuous integration](https://docs.bump.sh/help/continuous-integration/) options. ## Sample Code