From 84894b9b7a02b61df436b7933199be645350af06 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 24 Oct 2022 13:46:28 -0500 Subject: [PATCH] meta: add a manual deploy for website (#4171) Because the GHA bot is merging the release PR, the website workflow doesn't run automatically. By adding a manual dispatch, we can make sure the website is updated after each release. --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index cc570e91a3..d04c02c244 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -7,6 +7,7 @@ on: - yarn.lock - 'website/**' - '.github/workflows/website.yml' + workflow_dispatch: jobs: deploy: