Skip to content

Updates

Updates #652

Workflow file for this run

name: Documentation
on:
push:
branches:
- 5.x
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
working-directory: doc
env:
NODE_OPTIONS: --openssl-legacy-provider
run: |
yarn
yarn build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: doc/.vuepress/dist