Skip to content

Commit

Permalink
fix: working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Oct 31, 2023
1 parent 4384606 commit 1a7d5b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/argos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
working-directory: ./docs
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -28,7 +31,7 @@ jobs:
node-version: 18

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

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

0 comments on commit 1a7d5b3

Please sign in to comment.