From 40b4d3cba467910b5c018478ccd70bfd3e02189c Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:14:12 -0600 Subject: [PATCH 1/2] fix: docs_dir not set --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) 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 From a05f4eef1ffbeee826ebbbf7874a2af894e76775 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:14:31 -0600 Subject: [PATCH 2/2] build: this branch --- .github/workflows/build-pprd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: