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

Commit

Permalink
Tidy (#4)
Browse files Browse the repository at this point in the history
- Fail on missing document
- Output to `out` directory
  • Loading branch information
DanNixon authored Sep 1, 2024
1 parent 138fa33 commit 36c20b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: e532cde53d2aaf233bc8f913f31a325f
command: pages deploy book --project-name=ms-wiki-test
command: pages deploy out --project-name=ms-wiki-test

- name: Add preview comment to Pull Request
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
book
out
8 changes: 6 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ multilingual = false

src = "src"

[output.html.fold]
enable = true
[build]
build-dir = "out"
create-missing = false

[output.html]
fold.enable = true

0 comments on commit 36c20b7

Please sign in to comment.