Skip to content

Commit

Permalink
debug-step
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Dec 22, 2024
1 parent 9776927 commit 3f63461
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main_rcpch-nhs-organisations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ 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

- name: Debug MkDocs site output
run: ls -la ../staticdocs || echo "Site directory does not exist"

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 3f63461

Please sign in to comment.