From f88e1eb2e148683b5978f894c48cf8810c9ff60c Mon Sep 17 00:00:00 2001 From: Rodja Trappe Date: Sun, 28 Apr 2024 04:32:27 +0200 Subject: [PATCH] debugging docs build --- .github/workflows/publish.yml | 4 ++++ mkdocs.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e179ad9..5f2112fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/github-pages-deploy-action@v4.2.5 with: diff --git a/mkdocs.yml b/mkdocs.yml index e6a5c521..c230e874 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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