Skip to content

Commit

Permalink
chore: Update working directory in deploy-docs.yml and test-docs-depl…
Browse files Browse the repository at this point in the history
…oy.yml
  • Loading branch information
waveyboym committed May 15, 2024
1 parent 86ca898 commit b6bf434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

defaults:
run:
working-directory: ${{ github.workspace }}/documentation/ocp-live-docs
working-directory: $GITHUB_WORKSPACE/documentation/ocp-live-docs

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

defaults:
run:
working-directory: ${{ github.workspace }}/documentation/ocp-live-docs
working-directory: $GITHUB_WORKSPACE/documentation/ocp-live-docs

jobs:
test-deploy:
Expand Down

0 comments on commit b6bf434

Please sign in to comment.