Skip to content

Merge pull request #1 from MattN-L/patch-1 #11

Merge pull request #1 from MattN-L/patch-1

Merge pull request #1 from MattN-L/patch-1 #11

Workflow file for this run

name: gh-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Build
run: |
yarn install
yarn docs:build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: ./docs/.vuepress/dist/ # The folder the action should deploy.