Skip to content

ci(deploy): update vm #37

ci(deploy): update vm

ci(deploy): update vm #37

Workflow file for this run

name: Start Site
on:
workflow_dispatch:
push:
branches:
- calliope
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout gui
uses: actions/checkout@v3
with:
ref: 'calliope'
fetch-depth: 0
- run: npm install
- run: npm update scratch-vm
- run: npm run build
- name: publish
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: blocks.calliope.cc