Skip to content

Merge branch 'master' of github.com:champierre/facemesh2scratch #15

Merge branch 'master' of github.com:champierre/facemesh2scratch

Merge branch 'master' of github.com:champierre/facemesh2scratch #15

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
tags:
- "!*"
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: LLK/scratch-gui
ref: v3.6.18
- run: npm install
- uses: actions/checkout@v2
with:
path: ./facemesh2scratch
- run: sh ./facemesh2scratch/install.sh
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./build