Skip to content

Commit

Permalink
fix: install in docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Oct 31, 2023
1 parent e320c2c commit 4384606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --cwd docs

- name: Install Playwright browsers
run: yarn playwright install --with-deps chromium
Expand Down

0 comments on commit 4384606

Please sign in to comment.