Skip to content

Commit

Permalink
Merge pull request #11 from alexbarry/github_actions_fix
Browse files Browse the repository at this point in the history
Fix error in github actions
  • Loading branch information
alexbarry authored Aug 5, 2024
2 parents 68348ed + e90231d commit 44bc8dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
-v $(pwd):/app \
alexgames_build_wasm
- name: Copy AlexGames static HTML to hosting path
run: |
mkdir -p public && \
cp -r build/wasm/out/http_out/* ./public
- name: Deploy built HTML to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 44bc8dc

Please sign in to comment.