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/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build Docs
run: |
cd $GITHUB_WORKSPACE/workflows
sprocket dev doc -v --homepage assets/DOCS.md --prioritize-workflows-view .
sprocket dev doc -v .
cp -r assets docs/
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down
4 changes: 4 additions & 0 deletions sprocket.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ deny_notes = true
cpu_limit_behavior = "try_with_max"
memory_limit_behavior = "try_with_max"

[doc]
index_page = "assets/DOCS.md"
homepage_url = "https://stjude.cloud"
github_url = "https://github.com/stjudecloud/workflows"
Loading