This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch test_gitbox
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/test_gitbox by this push:
new c036980 Update site-build.yaml
c036980 is described below
commit c036980ee58f1649bf8bbc223ed38c951ff454c5
Author: Haonan <[email protected]>
AuthorDate: Mon Sep 30 10:59:40 2024 +0800
Update site-build.yaml
---
.github/workflows/site-build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/site-build.yaml
b/.github/workflows/site-build.yaml
index 49f2d81..2ae7a46 100644
--- a/.github/workflows/site-build.yaml
+++ b/.github/workflows/site-build.yaml
@@ -41,7 +41,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
- if: github.event_name == 'workflow_dispatch' && github.ref_name == 'main'
|| github.event_name == 'push'
+ if: github.event_name == 'workflow_dispatch' && github.ref_name ==
'test_gitbox' || github.event_name == 'push'
steps:
- uses: actions/checkout@v4