Skip to content

Reduce number of CI checks #120

Reduce number of CI checks

Reduce number of CI checks #120

Workflow file for this run

name: Build and publish documentation
on:
push:
branches:
- main
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
cd docs
yarn install --frozen-lockfile
yarn build
- name: Deploy 🚀
uses: wulf/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/build # The folder the action should deploy.