We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4b18f commit f59f3eeCopy full SHA for f59f3ee
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
if: needs.check-changes.outputs.source-changed == 'true'
153
timeout-minutes: 30
154
container:
155
- image: ghcr.io/nvidia/cutile-python/ci-py${{ matrix.python-version }}:pull-request-1-${{ github.sha }}
+ image: ghcr.io/nvidia/cutile-python/ci-py${{ matrix.python-version }}:${{ needs.build-ci-images.outputs.sanitized-branch }}-${{ github.sha }}
156
credentials:
157
username: ${{ github.actor }}
158
password: ${{ secrets.GITHUB_TOKEN }}
@@ -206,7 +206,7 @@ jobs:
206
timeout-minutes: 10
207
run: |
208
cd docs
209
- timeout 8m make html
+ make html
210
211
- name: Upload documentation artifact
212
uses: actions/upload-artifact@v5
0 commit comments