Skip to content

Commit

Permalink
Try to build on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin authored Jun 20, 2023
1 parent e1b0d4b commit 8fcfff3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
with:
branch: gh-pages
folder: .
clean: true
clean-exclude: |
example_prod.html
jquery.min.js
favicon.ico
webassets/*
crystvis/player.html

- name: Clean deployment
run: |
find . ! -name 'example_dev.html' ! -name 'jquery.min.js' ! -name 'ermac.min.js' -type f -exec rm -f {} +
find . ! -name 'webassets' ! -name 'crystvis' -type d -exec rm -rf {} +

0 comments on commit 8fcfff3

Please sign in to comment.