Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh committed Mar 27, 2024
1 parent f201364 commit 9fe5529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: ./bin/yarn.sh install --immutable
run: yarn install --immutable
working-directory: ./docs/_website
- name: lint
run: ./bin/yarn.sh run lint
run: yarn run lint
working-directory: ./docs/_website

0 comments on commit 9fe5529

Please sign in to comment.