docs: change to job level defaults

Change workflow level defaults.run.working-directory to job level in Docusaurus example.
This commit is contained in:
Shohei Ueda 2020-04-30 23:48:01 +09:00 committed by GitHub
parent d9f616f4a2
commit 20d80bcd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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