Skip to content

Commit 3d44902

Browse files
authored
Update gitbook-deploy.yml
1 parent c03abf1 commit 3d44902

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/gitbook-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
run: gitbook build . --log=debug --debug
2525
- name: Checkout the `gh-pages` branch into the `_gh-pages` folder
2626
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/*
2927
- name: Copy the compiled book files to `_gh-pages`
3028
run: cp -R ./_book/* ./_gh-pages
3129
- name: Commit and push the changed book files in the `gh-pages` branch

0 commit comments

Comments
 (0)