Skip to content

Commit

Permalink
Update publish_docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Mar 30, 2024
1 parent a86e910 commit b208a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
cd emsdk ; ./emsdk activate latest ; source ./emsdk_env.sh ; cd -
emcc -v
make all jsweb
cp src/js/index.html ./site/demo.html
cp gnoll.bundle.js ./site/gnoll.bundle.js
cp src/js/index.html ./_site/demo.html
cp gnoll.bundle.js ./_site/gnoll.bundle.js
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

Expand Down

0 comments on commit b208a7a

Please sign in to comment.