Skip to content

Commit

Permalink
chore: Fix deployment (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Aug 29, 2024
1 parent 221d7be commit 74522a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
- name: Install mdbook-linkcheck
uses: taiki-e/install-action@mdbook-linkcheck
- run: mdbook build
# Note: Using `mdbook-linkcheck` splits the `mdbook build` output into
# `html` and `linkcheck`, so we only deploy the former
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./book
path: ./book/html
retention-days: 1

deploy:
Expand Down
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ git-repository-url = "https://github.com/argumentcomputer/user-manual"

[output.linkcheck]
follow-web-links = true
optional = true

0 comments on commit 74522a6

Please sign in to comment.