Skip to content

Commit

Permalink
debugging docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Apr 28, 2024
1 parent 12a866d commit f88e1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
python3 -m pip install -e .
- name: Build docs
run: mkdocs build -v
- name: Analyze
run: |
pwd
ls -lha docs/reference
- name: Deploy gh-pages
uses: JamesIves/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav:
- features/user_interface.md # NOTE: shown when clicking on "Examples" folder
- features/user_interface.md
- features/field_planner.md
- Module Reference: reference/
#- Module Reference: reference/
- contributing.md
- troubleshooting.md
repo_url: https://github.com/zauberzeug/field_friend
Expand Down

0 comments on commit f88e1eb

Please sign in to comment.