Skip to content

gh-pages

gh-pages #239

Workflow file for this run

name: gh-pages
on:
workflow_run:
workflows:
- CI
branches:
- master
types:
- completed
workflow_dispatch:
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: Build OpenAPI redoc, Typescript types, and client library docs
run: npm run build:docs
- name: Deploy gh-pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/.tmp