We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c319d commit fd0c7fcCopy full SHA for fd0c7fc
.github/workflows/build-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
needs: [pre-flight]
30
if: |
31
!(needs.pre-flight.outputs.is_deployment_workflow == 'true')
32
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@ko3n1g/fix/linkcheck-retry-backoff
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@v0.80.2
33
34
build-docs-summary:
35
needs: [pre-flight, build-docs]
0 commit comments