diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 615cf5c6..f4f46ebb 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -66,18 +66,11 @@ 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 needs: [build_site, check_spelling] - if: github.ref == 'master' && github.event_name == 'push' + if: github.ref == 'refs/heads/master' && github.event_name == 'push' steps: - name: "Download Generated Site"