Configure mkdocs to allow page includes

This commit is contained in:
Matthias
2020-10-09 09:02:20 +02:00
parent d1db847612
commit 53984a059f
4 changed files with 11 additions and 5 deletions

View File

@@ -184,6 +184,11 @@ jobs:
run: |
./tests/test_docs.sh
- name: Documentation build
run: |
pip install -r docs/requirements-docs.txt
mkdocs build
- name: Slack Notification
uses: homoluctus/slatify@v1.8.0
if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)