Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Sep 8, 2023
1 parent 47d2ef4 commit 8f9e444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
run: pip install -U sphinx
- name: Check links
run: |
cd $GITHUB_WORKSPACE/buildozer/docs
cd $GITHUB_WORKSPACE/docs
make linkcheck
- name: Generate documentation
run: |
cd $GITHUB_WORKSPACE/buildozer/docs
cd $GITHUB_WORKSPACE/docs
make dirhtml

0 comments on commit 8f9e444

Please sign in to comment.