We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd9bb5 commit 46dbf56Copy full SHA for 46dbf56
1 file changed
.github/workflows/build.yml
@@ -53,6 +53,6 @@ jobs:
53
requirements: requirements.txt
54
- run: mkdocs build
55
- uses: peaceiris/actions-gh-pages@v3
56
- - with:
+ with:
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
publish_dir: ./site
0 commit comments