Skip to content

Update README.md

Update README.md #10

Workflow file for this run

name: Deploy to gh-pages
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: sergioramos/yarn-actions/install@master
with:
frozen-lockfile: true
- name: build
uses: actions/setup-node@v1
with:
node-version: '12.8'
- run: |
yarn build
- name: Deploy
uses: peaceiris/[email protected]
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./build