From 06f119226f4d3249b0cd56083a237358d52ad952 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Mon, 5 Aug 2024 17:43:41 +0200 Subject: [PATCH] Reenable docs deploy forgot to remove it during testing the centralized workflows --- .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