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 31, 2024
1 parent 79e8c33 commit 061bbf2
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 @@ -47,8 +47,8 @@ jobs:
cd emsdk ; ./emsdk activate latest ; source ./emsdk_env.sh ; cd -
emcc -v
make all jsweb
cp src/js/index.html /doc/gh-pages/demo.html
cp gnoll.bundle.js /doc/gh-pages/gnoll.bundle.js
cp src/js/index.html ./doc/gh-pages/demo.html
cp gnoll.bundle.js ./doc/gh-pages/gnoll.bundle.js
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
Expand Down

0 comments on commit 061bbf2

Please sign in to comment.