Skip to content

pygbag_build

pygbag_build #4

Workflow file for this run

name: pygbag_build
on: [workflow_dispatch]
jobs:
build-pygbag:
name: Build for Emscripten pygbag runtime
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
run: |
python -m pip install pygbag
python -m pygbag --build $GITHUB_WORKSPACE/src/main.py
- name : "Upload to GitHub pages branch gh-pages"
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build/web