Skip to content

Commit

Permalink
Update ci-emscripten.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Jan 4, 2024
1 parent f4a6905 commit 641f8fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ jobs:
path: |
${{github.workspace}}/build
# - name: Copy web app
# working-directory: ${{github.workspace}}/build
# run: |
# mkdir deploy
# cp Samplin\ Safari.data Samplin\ Safari.html Samplin\ Safari.js Samplin\ Safari.wasm SamplinSafari_favicon.png FileSaver.js deploy/
# mv deploy/Samplin\ Safari.html deploy/index.html
- name: Copy web app
working-directory: ${{github.workspace}}/build
run: |
mkdir deploy
cp Samplin\ Safari.data Samplin\ Safari.html Samplin\ Safari.js Samplin\ Safari.wasm SamplinSafari_favicon.png FileSaver.js deploy/
mv deploy/Samplin\ Safari.html deploy/index.html
# - name: Publish
# uses: peaceiris/actions-gh-pages@v3
# with:
# personal_token: ${{ secrets.GITHUB_TOKEN }}
# publish_branch: gh-pages
# publish_dir: ${{github.workspace}}/build/deploy
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ${{github.workspace}}/build/deploy

0 comments on commit 641f8fd

Please sign in to comment.