This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 47b2377 Update deploy.yaml
47b2377 is described below
commit 47b2377b684be2253bcbbbde9d4abf6a5d309f58
Author: benjobs <[email protected]>
AuthorDate: Mon Aug 19 00:05:24 2024 +0800
Update deploy.yaml
---
.github/workflows/deploy.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 77bfe64..a688893 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -35,7 +35,7 @@ jobs:
cache: pnpm
- run: pnpm install
- run: pnpm build
- - uses: peaceiris/actions-gh-pages@v3
+ - uses: peaceiris/[email protected]
if: github.event_name != 'pull_request'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}