Skip to content

Commit 1daafae

Browse files
committed
ci: Ensure github ref is passed to release-docs
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 14b971f commit 1daafae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ on:
7979
jobs:
8080
build-docs:
8181
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@v0.67.0
82+
with:
83+
ref: ${{ inputs.github-ref }}
8284

8385
publish-docs:
8486
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)