Skip to content

Commit

Permalink
Update docs github action (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-gh authored Nov 4, 2024
1 parent 46aec6e commit f60fac1
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: ${{ secrets.DOCS_IMAGE }}
image: ghcr.io/nvidia/matx/build:12.6.2_x86_64_ubuntu22.04-amd64
credentials:
username: ${{ secrets.DOCS_TOKEN_NAME }}
password: ${{ secrets.DOCS_TOKEN }}
Expand Down

0 comments on commit f60fac1

Please sign in to comment.