From 47a80ad483f7dc549aa6516752c98bf71e0f37e2 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 21 Jul 2022 19:01:43 -0500 Subject: [PATCH] Update deploy fleet website to run when an article has been updated (#6545) --- .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 23b1d0f48c..b22b713d90 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -7,6 +7,7 @@ on: - 'website/**' - 'docs/**' - 'handbook/**' + - 'articles/**' permissions: contents: read