Skip to content

Commit

Permalink
use working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 18, 2023
1 parent 93859fd commit b02aed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: cd docs
- run: pip install -r requirements.txt
working-directory: docs
- run: mkdocs build --verbose --strict
working-directory: docs
- uses: actions/upload-pages-artifact@v1
with:
path: 'site'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: cd docs
- run: pip install -r requirements.txt
working-directory: docs
- run: mkdocs build --verbose --strict
working-directory: docs
- uses: actions/upload-pages-artifact@v1
with:
path: 'site'
Expand Down

0 comments on commit b02aed0

Please sign in to comment.