Skip to content

Fix documentation links #65

Fix documentation links

Fix documentation links #65

Workflow file for this run

name: Update Docs
on:
push:
branches: [master]
jobs:
update-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm ci
- run: npm run docs
- uses: JamesIves/github-pages-deploy-action@4.1.3
with:
branch: gh-pages
folder: docs
single-commit: true