We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d5a873 + d65a0bb commit d5cfe6bCopy full SHA for d5cfe6b
.github/workflows/build-pprd.yml
@@ -6,7 +6,7 @@ on:
6
- pprd
7
- epic/v3
8
- any/branch-you-want
9
- - refactor/gh-158-proper-theme
+ - fix/docs_dir-not-set
10
11
jobs:
12
docker:
mkdocs.yml
@@ -3,6 +3,7 @@ site_description: DesignSafe User Guide
3
site_url: https://designsafe-ci.org/user-guide/
4
repo_url: https://github.com/DesignSafe-CI/DS-User-Guide
5
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
0 commit comments