From 575de6d22df174f893aa08e772699f7902d887fe Mon Sep 17 00:00:00 2001 From: jeanluc <2163936+lkubb@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:50:29 +0200 Subject: [PATCH] Reenable docs deploy (#25) --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8634057..47c40ed 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: name: CI uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main with: - deploy-docs: false + deploy-docs: true permissions: contents: write id-token: write