Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: change to job level defaults
Change workflow level defaults.run.working-directory to job level in Docusaurus example.
  • Loading branch information
Shohei Ueda authored and GitHub 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
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.