Skip to content

Merge pull request #207 from thegecko/dependabot/npm_and_yarn/typescr… #142

Merge pull request #207 from thegecko/dependabot/npm_and_yarn/typescr…

Merge pull request #207 from thegecko/dependabot/npm_and_yarn/typescr… #142

Workflow file for this run

name: docs
on:
push:
branches:
- master
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: yarn install --ignore-scripts
- run: yarn build:ts
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
enable_jekyll: false