Skip to content

Try to fix docs build #807

Try to fix docs build

Try to fix docs build #807

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions: {}
jobs:
build:
permissions:
contents: write # to push changes in repo (jamesives/github-pages-deploy-action)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Build docs
working-directory: docs
run: |
yarn install
NODE_OPTIONS='--openssl-legacy-provider' yarn docs:build
- name: Publish docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/.vuepress/dist
target-folder: docs