Skip to content

Commit 7d3bc42

Browse files
authored
Merge pull request projectfluent#367 from flodolo/mdbook_fix
Deploy mdbook in guide folder, preserve branch history
2 parents 4ea5c7a + 7619bf7 commit 7d3bc42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
4141
- name: Deploy to GitHub pages
4242
run: |
43-
npx gh-pages --message "Deploy docs" --no-history --dist build
43+
npx gh-pages --message "Deploy docs" --dist build

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ multilingual = false
33
src = "guide"
44

55
[build]
6-
build-dir = "build"
6+
build-dir = "build/guide"
77
create-missing = false
88

99
[output.html]

0 commit comments

Comments
 (0)