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 Sep 22, 2023
1 parent 17d23ea commit af3a068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
- name: Save files
run: |
mkdir build
cp ermac.min.js jquery.min.js webassets build
cp ermac.min.js jquery.min.js build
cp -r webassets build
cp example_prod.html build/index.html
ls -al build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4
with:
branch: gh-pages
folder: build

0 comments on commit af3a068

Please sign in to comment.