local server that supports wasm files #12
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: Main | |
on: push | |
jobs: | |
jupyter-lite-build-release: | |
runs-on: ubuntu-latest | |
name: Package and release the Juypter Lite app | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Jupyter Lite Build | |
uses: ./ | |
id: jupyter-lite-build | |
- name: Release | |
if: startsWith(github.ref, 'refs/tags/') | |
uses: softprops/action-gh-release@v1 | |
with: | |
files: jupyter-lite-build.tgz |