Skip to content

Commit

Permalink
Set default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelishri committed Jul 6, 2024
1 parent 1307759 commit d774263
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'docs'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d774263

Please sign in to comment.