diff --git a/.github/workflows/build-pprd.yml b/.github/workflows/build-pprd.yml index 065c5d50..2612c86c 100644 --- a/.github/workflows/build-pprd.yml +++ b/.github/workflows/build-pprd.yml @@ -6,7 +6,7 @@ on: - pprd - epic/v3 - any/branch-you-want - - refactor/gh-158-proper-theme + - fix/docs_dir-not-set jobs: docker: diff --git a/mkdocs.yml b/mkdocs.yml index d013227a..69200607 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,7 @@ site_description: DesignSafe User Guide site_url: https://designsafe-ci.org/user-guide/ repo_url: https://github.com/DesignSafe-CI/DS-User-Guide edit_uri: edit/main/user-guide/ +docs_dir: user-guide # NOTE: Unrecognized by MkDocs, but recognized by ReadTheDocs theme site_favicon: https://www.designsafe-ci.org/favicon.ico