소스 검색

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: