Skip to content

Bump orchestra/testbench from 8.5.10 to 8.5.11 (#666) #558

Bump orchestra/testbench from 8.5.10 to 8.5.11 (#666)

Bump orchestra/testbench from 8.5.10 to 8.5.11 (#666) #558

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