We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12538b commit eddf9f2Copy full SHA for eddf9f2
.github/workflows/gitbook-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build the book to the `_book` folder (git build)
20
run: gitbook build . --log=debug --debug
21
- name: Checkout the `gh-pages` branch into the `_gh-pages` folder
22
- run: git worktree add ./_gh-pages gh-pages
+ run: ls -al && git worktree add ./_gh-pages gh-pages
23
- name: Copy the compiled book files to `_gh-pages`
24
run: cp -R ./_book/* ./_gh-pages
25
- name: Commit and push the changed book files in the `gh-pages` branch
0 commit comments