We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a648085 commit efb0af9Copy full SHA for efb0af9
.github/workflows/gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: |
22
nix build . -L
23
24
- - uses: peaceiris/actions-gh-pages@v3
+ - uses: peaceiris/actions-gh-pages@v4
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
27
publish_dir: ./result
0 commit comments