Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 13a8664

Browse files
committed
2 parents a5ef581 + 36c20b7 commit 13a8664

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4343
accountId: e532cde53d2aaf233bc8f913f31a325f
44-
command: pages deploy book --project-name=ms-wiki-test
44+
command: pages deploy out --project-name=ms-wiki-test
4545

4646
- name: Add preview comment to Pull Request
4747
if: github.event_name == 'pull_request'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
book
1+
out

book.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ multilingual = false
77

88
src = "src"
99

10-
[output.html.fold]
11-
enable = true
10+
[build]
11+
build-dir = "out"
12+
create-missing = false
13+
14+
[output.html]
15+
fold.enable = true

0 commit comments

Comments
 (0)