Rename www/head to www/head.txt

type: documentation
This commit is contained in:
Casey Rodarmor 2020-03-20 07:07:32 -07:00
parent 0469f7fecd
commit 35d90adab4
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -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'