Skip to content

Commit

Permalink
Merge #216
Browse files Browse the repository at this point in the history
216: CI: Fix Marker Book deployment r=xFrednet a=xFrednet

In #212 I broke the book, by using too much copy-pasta, this should fix the issue quickly.
 
Sorry 😅 

Co-authored-by: xFrednet <[email protected]>
  • Loading branch information
bors[bot] and xFrednet authored Aug 9, 2023
2 parents b28a3aa + 9e57640 commit ef23c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
PATH="$PATH:`pwd`"
cd ./docs/book/
mdbook build
mdbook build --dest-dir ../../deploy/book
cd ../../
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit ef23c8b

Please sign in to comment.