Skip to content

build(deps-dev): bump ws from 6.2.1 to 6.2.3 in /client #208

build(deps-dev): bump ws from 6.2.1 to 6.2.3 in /client

build(deps-dev): bump ws from 6.2.1 to 6.2.3 in /client #208

Workflow file for this run

name: Docs
on:
push:
branches: [ master ]
tags: ['*']
pull_request:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install
run: npm install
- name: Build
run: npm run doc
- name: Publish
if: github.event_name == 'push'
env:
GITHUB_TOKEN: ${{ secrets.HYDROFRAME_BOT_TOKEN }}
run: ./scripts/github-actions/publish_docs.sh