We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3e339 commit 929a2bfCopy full SHA for 929a2bf
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Deploy
23
# Use the SHA because I am untrustworthy
24
# TODO: We probably should fork any non-GitHub owned actions
25
- uses: peaceiris/actions-gh-pages@1828d86
+ uses: peaceiris/actions-gh-pages@1828d864aeb7ba79a37f40035aa6d0b7ff66254f
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: ./build
0 commit comments