pygbag_build #13
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
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: Install dependencies | |
uses: VaultVulp/[email protected] | |
with: | |
command: sync --dev | |
- name: Build | |
uses: VaultVulp/[email protected] | |
with: | |
command: run web build | |
- name : "Upload to GitHub pages branch gh-pages" | |
uses: JamesIves/[email protected] | |
with: | |
branch: gh-pages | |
folder: src/build/web |