From 9b75e59c5c7ee816b8e003a6187fc897829b5c31 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Wed, 4 Oct 2023 10:18:56 -0500 Subject: [PATCH] Build v2 local docs separately --- .github/workflows/v2-docs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/v2-docs.yaml b/.github/workflows/v2-docs.yaml index 217967523..a9928bc01 100644 --- a/.github/workflows/v2-docs.yaml +++ b/.github/workflows/v2-docs.yaml @@ -6,6 +6,15 @@ on: - "docs-v2-r*" jobs: + v2-docs-local: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: volta-cli/action@v4 + - run: | + cd website + yarn install + yarn docusaurus build --config ./docusaurus.config.local.js --out-dir build/local/site release: runs-on: ubuntu-latest steps: