Skip to content

Commit

Permalink
usar working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rngkll committed Oct 14, 2024
1 parent 5218c41 commit 138c55d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: cd mkdocs
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
- name: Install requirements
working-directory: ./mkdocs
run: pip install -r requirements.txt
- name: Deploy to pages
working-directory: ./mkdocs
run: mkdocs gh-deploy --force

0 comments on commit 138c55d

Please sign in to comment.