Skip to content

Commit 3ecbdb7

Browse files
Update deploy-to-pages.yml
1 parent 383663d commit 3ecbdb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
uses: JamesIves/github-pages-deploy-action@v4
5454
with:
5555
folder: .
56-
clean: false
56+
clean: false #retain files from other branches!!!
57+
single-commit: true #wipe out old commits on gh-pages branch
5758
target-folder: css/${{ github.ref_name }}

0 commit comments

Comments
 (0)