Skip to content

Commit 8a09af5

Browse files
committed
Add NGC and ROCm outputs to CI staging paths
The make pipeline now generates ngc_md/, ngc_catalog.md, rocm_md/, and rocm_catalog.md in addition to the software catalog files. These were missing from git add, so new/updated container pages were never committed.
1 parent 894753b commit 8a09af5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rebuild_on_module_tools_change.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_APP_TOKEN: ${{ steps.app-token.outputs.token }}
4848
run: |
4949
# Stage files we want to commit
50-
git add ../docs/software/apps_md ../docs/software/app_catalog.md ../docs/software/index.md apps_descriptions.json || true
50+
git add ../docs/software/apps_md ../docs/software/app_catalog.md ../docs/software/index.md apps_descriptions.json ../docs/software/ngc_md ../docs/software/ngc_catalog.md ../docs/software/rocm_md ../docs/software/rocm_catalog.md || true
5151
5252
# Stash remaining unstaged changes (make generates many files we don't commit)
5353
# --keep-index leaves the staged files untouched
@@ -60,7 +60,7 @@ jobs:
6060
git stash pop || true
6161
6262
# Re-stage in case rebase touched our files
63-
git add ../docs/software/apps_md ../docs/software/app_catalog.md ../docs/software/index.md apps_descriptions.json || true
63+
git add ../docs/software/apps_md ../docs/software/app_catalog.md ../docs/software/index.md apps_descriptions.json ../docs/software/ngc_md ../docs/software/ngc_catalog.md ../docs/software/rocm_md ../docs/software/rocm_catalog.md || true
6464
6565
git diff --cached --quiet && echo "No changes to commit" && exit 0
6666
git commit -m "Auto-update app catalog and markdown files"

0 commit comments

Comments
 (0)