Skip to content

Commit eddf9f2

Browse files
authored
Update gitbook-deploy.yml
1 parent b12538b commit eddf9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitbook-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build the book to the `_book` folder (git build)
2020
run: gitbook build . --log=debug --debug
2121
- name: Checkout the `gh-pages` branch into the `_gh-pages` folder
22-
run: git worktree add ./_gh-pages gh-pages
22+
run: ls -al && git worktree add ./_gh-pages gh-pages
2323
- name: Copy the compiled book files to `_gh-pages`
2424
run: cp -R ./_book/* ./_gh-pages
2525
- name: Commit and push the changed book files in the `gh-pages` branch

0 commit comments

Comments
 (0)