Skip to content

Bump orchestra/testbench from 8.12.1 to 8.12.2 (#718) #604

Bump orchestra/testbench from 8.12.1 to 8.12.2 (#718)

Bump orchestra/testbench from 8.12.1 to 8.12.2 (#718) #604

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