Skip to content

Commit

Permalink
[mod] trying to make github actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav0Prado committed Aug 22, 2023
1 parent 0e044d3 commit 0d13f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pygame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
run: |
echo "Attempting to install pygbag"
python -m pip install pygbag
ls
echo "Successfully installed pygbag"
echo "Attempting to build the game"
python -m pygbag --build $GITHUB_WORKSPACE/space_invaders/main.py
python -m pygbag --build main.py
echo "Successfully build the game and complied to WebAssembly"
- name : "Upload to GitHub pages branch gh-pages"
Expand Down

0 comments on commit 0d13f82

Please sign in to comment.