diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7c7c38a..2843eca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,7 +75,7 @@ jobs: run: mdbook build book --dest-dir ../www/book - name: Record Git Revision if: github.ref == 'refs/heads/master' - run: git rev-parse --verify HEAD > www/head + run: git rev-parse --verify HEAD > www/head.txt - name: Deploy Pages uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/master'