We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc8126f + 9aeac3b commit 4001bfeCopy full SHA for 4001bfe
.github/workflows/build-docs.yml
@@ -44,6 +44,6 @@ jobs:
44
uses: peaceiris/actions-gh-pages@v4
45
with:
46
github_token: ${{ secrets.GITHUB_TOKEN }}
47
- publish_dir: _build/
+ publish_dir: ./_build
48
publish_branch: gh-pages
49
force_orphan: true
0 commit comments