Skip to content

Commit b2e07b3

Browse files
committed
Allow allow extra directories in gh-pages branch
Don't clean the deployment branch from extra stuff at every deployment
1 parent 8115356 commit b2e07b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: JamesIves/github-pages-deploy-action@v4
2626
with:
2727
folder: build
28-
clean: true
28+
clean: false
2929
git-config-name: github-actions[bot]
3030
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
3131
- name: Debug index.html if pull request

0 commit comments

Comments
 (0)