Skip to content

Commit b39eb22

Browse files
authored
Add default working directory for deploy job
Set default working directory for deployment job.
1 parent 713e58b commit b39eb22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
deploy:
2929
# Add a dependency to the build job
3030
needs: build
31+
defaults:
32+
run:
33+
working-directory: docs
3134
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
3235
permissions:
3336
pages: write # to deploy to Pages

0 commit comments

Comments
 (0)