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 643297f commit 861b06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
emcc -v
make all jsweb
cp src/js/index.html ./doc/gh-pages/demo.html
cp build/jsweb/gnoll.bundle.js ./doc/gh-pages/gnoll.bundle.js
ls build/jsweb -las
cp build/jsweb/gnoll/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 861b06c

Please sign in to comment.