Skip to content

Commit af89a20

Browse files
committed
docs: fix deployment
1 parent d8057ec commit af89a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
run: npm run build
2626

2727
- name: copies install.sh into the deployment folder
28-
run: cp ../scripts/install.sh ./book/
28+
run: cp ../scripts/install.sh ./build/
2929

3030
- name: Deploy 🚀
3131
uses: JamesIves/[email protected]
3232
with:
3333
branch: gh-pages
34-
folder: book/book
34+
folder: book/build
3535

3636

0 commit comments

Comments
 (0)