Skip to content

build(deps): bump path-to-regexp from 3.2.0 to 8.0.0 #7

build(deps): bump path-to-regexp from 3.2.0 to 8.0.0

build(deps): bump path-to-regexp from 3.2.0 to 8.0.0 #7

Workflow file for this run

name: Styleguide
on: [push]
jobs:
styleguide:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install
run: yarn --no-lockfile
- name: Build
run: yarn styleguide:build
- name: Deploy
uses: peaceiris/[email protected]
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./styleguide