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 fa398f4 commit 4bf86e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
make all jsbundle
cp src/js/index.html ./doc/gh-pages/demo.html
find . -name gnoll.bundle.js
cp src/js/dist/gnoll.bundle.js ./doc/gh-pages/gnoll.bundle.js
cp ./build/jsweb/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 4bf86e1

Please sign in to comment.