Skip to content

v0.109.3

v0.109.3 #25

Workflow file for this run

name: Deploy Docs
on:
release:
types: [published]
jobs:
deploy:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and build
run: |
npm install
yarn run docs
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
CLEAN: true