Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Jul 5, 2023
1 parent f106438 commit 8702ea5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: gh-pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
# push:
# branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -33,8 +33,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup EMSDK
uses: mymindstorm/setup-emsdk@v12
- name: Setup Pages
uses: actions/configure-pages@v3
# - name: Setup Pages
# uses: actions/configure-pages@v3

- name: Configure
run: emcmake cmake -Swrappers/wasm -Bbuild
Expand All @@ -46,9 +46,8 @@ jobs:
shell: sh
run: |
mkdir pages
mv build/zxing* build/demo* pages
ls pages
mv build/zxing_* build/*.html pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 8702ea5

Please sign in to comment.