We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800d0ac commit 7831ba1Copy full SHA for 7831ba1
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
run: touch ./docs/html/.nojekyll
26
27
- name: Deploy to GitHub Pages
28
- uses: feature/docs-update
+ uses: peaceiris/actions-gh-pages@v4
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
publish_dir: ./docs/html
0 commit comments