You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/01/06 12:28:57 UTC

[incubator-linkis-website] branch dev-0.11.0 updated: Update deploy.yml

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-0.11.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev-0.11.0 by this push:
     new 63d3a36  Update deploy.yml
     new cdbc930  Merge pull request #95 from casionone/dev-0.11.0
63d3a36 is described below

commit 63d3a3678924c2ea70bf43049b8535fe6a05accd
Author: Casion <ca...@gmail.com>
AuthorDate: Thu Jan 6 20:22:09 2022 +0800

    Update deploy.yml
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index cf00e8a..f73f3c6 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
           cp .asf.yaml build
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3.8.0
-        if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
+        if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/dev')
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_dir: build

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org