diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 49777cf63..6c5152689 100644 --- a/.github/workflows/argos.yml +++ b/.github/workflows/argos.yml @@ -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 @@ -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