We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ea5c7a + 7619bf7 commit 7d3bc42Copy full SHA for 7d3bc42
.github/workflows/deploy.yml
@@ -40,4 +40,4 @@ jobs:
40
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
41
- name: Deploy to GitHub pages
42
run: |
43
- npx gh-pages --message "Deploy docs" --no-history --dist build
+ npx gh-pages --message "Deploy docs" --dist build
book.toml
@@ -3,7 +3,7 @@ multilingual = false
3
src = "guide"
4
5
[build]
6
-build-dir = "build"
+build-dir = "build/guide"
7
create-missing = false
8
9
[output.html]
0 commit comments