Skip to content

Commit

Permalink
Refactor build-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop committed Sep 19, 2024
1 parent 90ebfd4 commit 638e388
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docusaurus
name: build-docs

on:
pull_request:
Expand All @@ -13,12 +13,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: docs/.nvmrc
cache-dependency-path: docs

- name: Install dependencies
working-directory: ./docs
run: yarn install --frozen-lockfile

- name: Build website
working-directory: ./docs
run: yarn build
- run: yarn install --frozen-lockfile
working-directory: docs
- run: yarn build
working-directory: docs

0 comments on commit 638e388

Please sign in to comment.