diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index b129fbc41..7c9611257 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -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