Skip to content

Commit

Permalink
Set CLEAN: false in build-and-deploy.yml
Browse files Browse the repository at this point in the history
This makes the deploy process a little less error prone. If generated
files were accidentally included and tracked by git, the clean step
will not clobber them before publish.
  • Loading branch information
austinEng committed Oct 8, 2021
1 parent fa7acaf commit 962ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
CLEAN: true
CLEAN: false

0 comments on commit 962ec9c

Please sign in to comment.