-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Tynab/main
Update deploy-pygame.yml
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Build Pool Game with Pygbag | |
on: | ||
push: | ||
branches: | ||
- main | ||
- ci | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -18,11 +18,11 @@ jobs: | |
python -m pip install pygbag | ||
echo "Successfully installed pygbag" | ||
echo "Attempting to build the game" | ||
python -m pygbag --build $GITHUB_WORKSPACE/pool/main.py | ||
python -m pygbag --build $GITHUB_WORKSPACE/main.py | ||
echo "Successfully build the game and complied to WebAssembly" | ||
- name : "Upload to GitHub pages branch deployment" | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: deployment | ||
folder: pool/build/web | ||
folder: build/web |