Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelishri committed Jul 6, 2024
1 parent 2c11e4e commit a18896a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,6 +39,7 @@ jobs:
with:
node-version: 20
cache: npm # or pnpm / yarn
working-directory: docs
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down

0 comments on commit a18896a

Please sign in to comment.