Skip to content

Commit

Permalink
mise corrent cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
sermuns committed Jan 16, 2025
1 parent 317b69d commit b988cf2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ concurrency:
group: deploy
cancel-in-progress: true

defaults:
run:
working-directory: docs

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -29,9 +25,12 @@ jobs:

- name: Install tools
uses: jdx/mise-action@v2
with:
working_directory: docs

- name: Build documentation
run: |
cd docs
mkdocs build
- name: Setup Pages
Expand Down

0 comments on commit b988cf2

Please sign in to comment.