From e48fbad3ac082887d0f83c112e1b0a543d4c596e Mon Sep 17 00:00:00 2001 From: Guillaume Ross Date: Mon, 3 Oct 2022 12:20:30 -0400 Subject: [PATCH] Adding the schema path to the fleet website deployment workflow (#8063) --- .github/workflows/deploy-fleet-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index c385759680..95025c67a9 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -8,6 +8,7 @@ on: - 'docs/**' - 'handbook/**' - 'articles/**' + - 'schema/**' permissions: contents: read