diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 5fbdba00..615cf5c6 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -66,6 +66,13 @@ jobs: - run: bin/misspell -error blog/content name: "Check for common typos" + __debug: + runs-on: ubuntu-latest + needs: [build_site, check_spelling] + + steps: + - run: echo ${{ github.ref }} + deploy_site: name: "Deploy Generated Site" runs-on: ubuntu-latest