Skip to content

Revise migration instructions for forms in manifest.yaml #162

Revise migration instructions for forms in manifest.yaml

Revise migration instructions for forms in manifest.yaml #162

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: ghostzero/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vuepress/dist/
CNAME: dev.own3d.tv