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 ea1441f commit c03abf1Copy full SHA for c03abf1
.github/workflows/gitbook-deploy.yml
@@ -24,6 +24,8 @@ jobs:
24
run: gitbook build . --log=debug --debug
25
- name: Checkout the `gh-pages` branch into the `_gh-pages` folder
26
run: git worktree add ./_gh-pages gh-pages
27
+ - name: Delete all existing files from the `_gh-pages` folder
28
+ run: rm -rf ./_gh-pages/*
29
- name: Copy the compiled book files to `_gh-pages`
30
run: cp -R ./_book/* ./_gh-pages
31
- name: Commit and push the changed book files in the `gh-pages` branch
0 commit comments