Skip to content

Merge pull request #1 from leon-kfd/next #13

Merge pull request #1 from leon-kfd/next

Merge pull request #1 from leon-kfd/next #13

Workflow file for this run

name: Deploy Doc Website
on:
push:
branches:
- master
jobs:
main-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v2
- name: Install dependencies
run: yarn
- name: Build Demo
run: yarn build
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist