diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 2bd74be50..ae8791b6e 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - smw-documentation-dev permissions: contents: write diff --git a/overrides/main.html b/docs/overrides/main.html similarity index 100% rename from overrides/main.html rename to docs/overrides/main.html diff --git a/mkdocs.yml b/mkdocs.yml index 1bb85527f..a042b6ffe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -158,6 +158,7 @@ theme: name: material logo: assets/Theiagen-Logo-White.png favicon: assets/Theiagen-Symbol-Standard-01.png + custom_dir: docs/overrides features: - content.code.annotate - content.code.copy