From a984893bc8a4e8335c0c044d62c5b394fdb3bc35 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 24 Oct 2022 20:44:18 +0200 Subject: [PATCH] meta: add a manual deploy for website 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: