Skip to content

Merge pull request #202 from ainblockchain/release/v1.12.0 #12

Merge pull request #202 from ainblockchain/release/v1.12.0

Merge pull request #202 from ainblockchain/release/v1.12.0 #12

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: actions/setup-node@v3
with:
node-version: 16 # [email protected] requires node version >= 16
- name: Build Docs
run: yarn && yarn docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs