Skip to content

Commit

Permalink
adapted paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhold committed Nov 9, 2023
1 parent 99202a5 commit e59fbb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
cd build
emcmake cmake ..
cmake --build .
mv src/laszlo.html src/index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./build # Specify the directory you want to publish
publish_dir: ./build/src # Specify the directory you want to publish
publish_branch: gh-pages # The target branch
keep_files: false # Set to false to remove existing files in gh-pages branch

0 comments on commit e59fbb4

Please sign in to comment.