Skip to content

Commit 131c1fc

Browse files
committed
adds further debug step
1 parent 3eb78b7 commit 131c1fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main_rcpch-nhs-organisations.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
env:
5959
SITE_DIR: documentation/site
6060
DOCS_URL: https://rcpch.github.io/rcpch-nhs-organisations/
61-
run: mkdocs build --config-file documentation/mkdocs.yml
61+
run: |
62+
mkdocs build --config-file documentation/mkdocs.yml --verbose || exit 1
6263
6364
- name: Deploy to GitHub Pages
6465
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)