diff --git a/.github/workflows/main_rcpch-nhs-organisations.yml b/.github/workflows/main_rcpch-nhs-organisations.yml index ea2e2e4..8394483 100644 --- a/.github/workflows/main_rcpch-nhs-organisations.yml +++ b/.github/workflows/main_rcpch-nhs-organisations.yml @@ -89,6 +89,9 @@ jobs: DOCS_URL: https://rcpch.github.io/rcpch-nhs-organisations/ run: mkdocs build --config-file documentation/mkdocs.yml + - name: Debug MkDocs build output + run: ls -la ./site + - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: