Skip to content

Commit

Permalink
Build v2 local docs separately
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Oct 4, 2023
1 parent c579b4a commit 9b75e59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/v2-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

2 comments on commit 9b75e59

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 9b75e59 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 9b75e59 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

Please sign in to comment.