Skip to content

Merge pull request #1 from tinfoilanalytics/nate/manifest #11

Merge pull request #1 from tinfoilanalytics/nate/manifest

Merge pull request #1 from tinfoilanalytics/nate/manifest #11

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: wasm