Skip to content

Bump brianium/paratest from 7.2.2 to 7.2.3 (#660) #555

Bump brianium/paratest from 7.2.2 to 7.2.3 (#660)

Bump brianium/paratest from 7.2.2 to 7.2.3 (#660) #555

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