Skip to content

Bump ws from 6.2.2 to 6.2.3 in /docs #48

Bump ws from 6.2.2 to 6.2.3 in /docs

Bump ws from 6.2.2 to 6.2.3 in /docs #48

Workflow file for this run

name: Build documentation
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: north-road/slyr
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: cd docs && yarn && yarn build
BUILD_DIR: src/.vuepress/dist
CNAME: https://slyr.north-road.com