Skip to content

Commit

Permalink
Merge pull request #367 from flodolo/mdbook_fix
Browse files Browse the repository at this point in the history
Deploy mdbook in guide folder, preserve branch history
  • Loading branch information
flodolo committed Jan 23, 2024
2 parents 4ea5c7a + 7619bf7 commit 7d3bc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -40,4 +40,4 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
- name: Deploy to GitHub pages
run: |
npx gh-pages --message "Deploy docs" --no-history --dist build
npx gh-pages --message "Deploy docs" --dist build
2 changes: 1 addition & 1 deletion book.toml
Expand Up @@ -3,7 +3,7 @@ multilingual = false
src = "guide"

[build]
build-dir = "build"
build-dir = "build/guide"
create-missing = false

[output.html]
Expand Down

0 comments on commit 7d3bc42

Please sign in to comment.