浏览代码

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.
Antoine du Hamel 2 年之前
父节点
当前提交
84894b9b7a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/website.yml

+ 1 - 0
.github/workflows/website.yml

@@ -7,6 +7,7 @@ on:
       - yarn.lock
       - 'website/**'
       - '.github/workflows/website.yml'
+  workflow_dispatch:
 
 jobs:
   deploy: