Skip to content

Set protocol version of b1.2_02-20110517 #322

Set protocol version of b1.2_02-20110517

Set protocol version of b1.2_02-20110517 #322

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/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: dist