Skip to content

Fix documentation

Fix documentation #134

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
cd site
yarn
./node_modules/.bin/vuepress build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: site/.vuepress/dist