Skip to content

Commit 20d80bc

Browse files
authored
docs: change to job level defaults
Change workflow level defaults.run.working-directory to job level in Docusaurus example.
1 parent d9f616f commit 20d80bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,13 +721,12 @@ on:
721721
- '.github/workflows/deploy.yml'
722722
- 'website/**'
723723
724-
defaults:
725-
run:
726-
working-directory: website
727-
728724
jobs:
729725
deploy:
730726
runs-on: ubuntu-18.04
727+
defaults:
728+
run:
729+
working-directory: website
731730
steps:
732731
- uses: actions/checkout@v2
733732

0 commit comments

Comments
 (0)