Skip to content

Commit 878f1b8

Browse files
authored
CI: Fix Marker Book deployment (#224)
1 parent 06b1928 commit 878f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mkdir deploy
3737
cp ./docs/index.html ./deploy/index.html
3838
- name: Build the book
39-
run: mdbook build docs/book --dest-dir deploy/book
39+
run: mdbook build docs/book --dest-dir ../../deploy/book
4040

4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)