Skip to content

Update master.deploy.yml #23

Update master.deploy.yml

Update master.deploy.yml #23

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: npm install
- name: Build Demo
run: npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist