diff --git a/templates/github/.github/workflows/Documentation.yml b/templates/github/.github/workflows/Documentation.yml index fb96698..4fe4d77 100644 --- a/templates/github/.github/workflows/Documentation.yml +++ b/templates/github/.github/workflows/Documentation.yml @@ -16,5 +16,7 @@ concurrency: jobs: build-and-deploy-docs: name: "Documentation" - uses: "ITensor/JuliaActions/workflows/documentation.yml@main" + uses: "ITensor/JuliaActions/workflows/Documentation.yml@main" + with: + localregistry: https://github.com/ITensor/ITensorRegistry.git secrets: "inherit"