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 ec7ea86 commit 17d23ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ jobs:
run: bash deploy/build_js.sh
shell: bash

- name: Save files
run: |
mkdir build
cp ermac.min.js jquery.min.js webassets build
cp example_prod.html build/index.html
ls -al build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .
folder: build

0 comments on commit 17d23ea

Please sign in to comment.