Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-pprd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- pprd
- epic/v3
- any/branch-you-want
- refactor/gh-158-proper-theme
- fix/docs_dir-not-set

jobs:
docker:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading