Rename www/head
to www/head.txt
type: documentation
This commit is contained in:
parent
0469f7fecd
commit
35d90adab4
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
||||||
run: mdbook build book --dest-dir ../www/book
|
run: mdbook build book --dest-dir ../www/book
|
||||||
- name: Record Git Revision
|
- name: Record Git Revision
|
||||||
if: github.ref == 'refs/heads/master'
|
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
|
- name: Deploy Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user