Skip to content

Commit

Permalink
Update docs github action (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-gh authored Nov 4, 2024
1 parent 1d3e706 commit 46aec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
container:
image: ghcr.io/nvidia/matx/build:ubuntu22.04-cuda12.2.2
image: ${{ secrets.DOCS_IMAGE }}
credentials:
username: ${{ secrets.DOCS_TOKEN_NAME }}
password: ${{ secrets.DOCS_TOKEN }}
Expand Down

0 comments on commit 46aec6e

Please sign in to comment.