Skip to content

Commit

Permalink
add clean to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Jun 27, 2024
1 parent acee2c4 commit 9cc5c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
BRANCH: gh-pages
FOLDER: ./
TARGET_FOLDER: ./

CLEAN: true

deploy-v1:
runs-on: ubuntu-latest
Expand All @@ -45,3 +45,4 @@ jobs:
BRANCH: gh-pages
FOLDER: ./
TARGET_FOLDER: ./v1/
CLEAN: true

0 comments on commit 9cc5c86

Please sign in to comment.