Skip to content

Commit

Permalink
add job workflow for build testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Feb 7, 2024
1 parent cc99738 commit 6af93f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
cache: yarn
- name: Install dependencies
working-directory: ./packages/testing-docs
run: npm ci
run: yarn install --frozen-lockfile
- name: Build website
working-directory: ./packages/testing-docs
run: npm run build
run: yarn build

0 comments on commit 6af93f2

Please sign in to comment.