Skip to content

Commit 6e768ad

Browse files
committed
Fix book deployment take 2
1 parent 6478406 commit 6e768ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/book.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@ jobs:
2626
curl -L https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v$MDBOOK_LINKCHECK_VERSION/mdbook-linkcheck.x86_64-unknown-linux-gnu.zip -O
2727
unzip mdbook-linkcheck.x86_64-unknown-linux-gnu.zip -d ~/.cargo/bin
2828
chmod +x ~/.cargo/bin/mdbook-linkcheck
29+
- name: Setup Pages
30+
id: pages
31+
uses: actions/configure-pages@v5
2932
- name: Build
3033
run: mdbook build
3134
working-directory: book
3235
- name: Upload static files as artifact
3336
id: deployment
3437
uses: actions/upload-pages-artifact@v3
3538
with:
36-
path: book/book/html
39+
path: ./book/book
3740
deploy:
3841
name: Deploy
3942
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)