Skip to content

Commit

Permalink
add CLEAN and CLEAN_EXCLUDE to GH build action (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Dec 6, 2020
1 parent 3e0871d commit 3cf2396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Expand Up @@ -23,3 +23,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out
CLEAN: true
CLEAN_EXCLUDE: '["v0.1"]' # Manually add endpoints to keep

0 comments on commit 3cf2396

Please sign in to comment.