From 834e39697717d78ec3cb2b884adffd192f165dcc Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Sun, 25 Jun 2023 03:46:34 -0400 Subject: [PATCH] build(actions): update gh-pages with release condition --- .github/workflows/gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 8913a88..a6b6370 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest - # if: "contains(github.event.head_commit.message, '[release]')" + if: "contains(github.event.head_commit.message, '[release]')" permissions: contents: write