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 committed Jun 20, 2023
1 parent 8fcfff3 commit 3e5d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- 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 {} +
find . ! -name 'webassets' ! -name 'crystvis' ! -name '.' -type d -exec rm -rf {} +

0 comments on commit 3e5d067

Please sign in to comment.