Skip to content

Commit

Permalink
Fix GH build
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin authored Apr 30, 2024
1 parent d7151b1 commit 5d89749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Save files
run: |
mkdir dist
cp ermac.min.js jquery.min.js dist
cp ermac.min.js src_js/third_party/jquery.min.js dist
cp -r webassets oauth crystvis dist
cp example_prod.html dist/index.html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.6.0
with:
branch: gh-pages
folder: dist

0 comments on commit 5d89749

Please sign in to comment.