Skip to content

Commit

Permalink
fix for working directory?
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay committed Mar 11, 2024
1 parent e41ebad commit c2a24ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
working-directory: 'docs'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
defaults:
run:
working-directory: ./docs
working-directory: 'docs'
needs: build
runs-on: ubuntu-latest
name: Deploy
Expand Down

0 comments on commit c2a24ab

Please sign in to comment.