Skip to content

Commit

Permalink
docs: change to job level defaults
Browse files Browse the repository at this point in the history
Change workflow level defaults.run.working-directory to job level in Docusaurus example.
  • Loading branch information
peaceiris committed Apr 30, 2020
1 parent d9f616f commit 20d80bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -721,13 +721,12 @@ on:
- '.github/workflows/deploy.yml'
- 'website/**'
defaults:
run:
working-directory: website
jobs:
deploy:
runs-on: ubuntu-18.04
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 20d80bc

Please sign in to comment.