Skip to content

Commit

Permalink
ci: set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rmanj committed Nov 4, 2024
1 parent 2353693 commit e8c5030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:

jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-latest
defaults:
run:
working-directory: docusaurus
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: docusaurus
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e8c5030

Please sign in to comment.