Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque committed Apr 12, 2024
1 parent 8d19528 commit 98bdebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
cd book
mdbook build
mv book/html/* book
cd ..
# - name: Install trunk
# run: |
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
--exclude=.git \
--exclude=.github \
-cvf "$RUNNER_TEMP/artifact.tar" \
-C book/book/html .
-C book ./book
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ title = "Lightyear cheatbook"
command = "mdbook-mermaid"

[output.html]
site-url = "/book/"

[output.linkcheck]

0 comments on commit 98bdebd

Please sign in to comment.