From 89a02a9faacca3765d39b2cd8ea4e883782b5042 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Mon, 2 Dec 2024 12:57:33 -0500 Subject: [PATCH] Update documentation action --- templates/github/.github/workflows/Documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"