Skip to content

Merge pull request #115 from entria/feat/simplify #77

Merge pull request #115 from entria/feat/simplify

Merge pull request #115 from entria/feat/simplify #77

Workflow file for this run

name: documentation
on:
push:
branches:
- main
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build