Skip to content

Commit

Permalink
Merge pull request #69 from rcpch:remove-debugging-statements
Browse files Browse the repository at this point in the history
[docs] Remove-debugging-statements
  • Loading branch information
eatyourpeas authored Dec 22, 2024
2 parents f8410b5 + 1d39643 commit 9af47e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main_rcpch-nhs-organisations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ 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
9 changes: 4 additions & 5 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ site_dir: ../staticdocs

# theme settings, fonts, colours
theme:
favicon: ../docs/_assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg
favicon: _assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg
name: material
#custom_dir: rcpch-theme
features:
Expand Down Expand Up @@ -48,7 +48,7 @@ theme:
code: Roboto Mono

# favicon: _assets/_images/dynamic-child-favicon.png
logo: _assets/_images/rcpch_logo.png
logo: _assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg

# mkdocs plugins
plugins:
Expand Down Expand Up @@ -129,13 +129,12 @@ extra:
nav:
- Home:
- 'index.md'
- 'home/nhs-organisations.md'
- 'home/getting-started.md'
- 'home/routes.md'
- 'home/citation.md'
- Researchers:
- 'api.md'
- 'researchers/api.md'
- Developers:
- 'developer/getting-started.md'
- 'developer/models.md'
- 'developer/seeding.md'
- 'developer/database_maintenance.md'
Expand Down

0 comments on commit 9af47e8

Please sign in to comment.