Skip to content

Add 24w40a

Add 24w40a #333

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Deno
uses: denolib/setup-deno@v2
with:
deno-version: 1.36.1
- name: Build
run: |
make dist
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist