Skip to content

Commit 929a2bf

Browse files
committed
fix deploy
1 parent 6e3e339 commit 929a2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Deploy
2323
# Use the SHA because I am untrustworthy
2424
# TODO: We probably should fork any non-GitHub owned actions
25-
uses: peaceiris/actions-gh-pages@1828d86
25+
uses: peaceiris/actions-gh-pages@1828d864aeb7ba79a37f40035aa6d0b7ff66254f
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: ./build

0 commit comments

Comments
 (0)