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 2f7917c deploy script improvement
2f7917c is described below
commit 2f7917c2d495ac44baa6c543b666237e9fe80fa8
Author: benjobs <[email protected]>
AuthorDate: Wed Oct 4 12:56:30 2023 +0800
deploy script improvement
---
.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 00af81e..6b14668 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -32,7 +32,7 @@ jobs:
with:
node-version: 16.x
cache: yarn
- - run: yarn install --frozen-lockfile
+ - run: yarn install
- run: yarn build
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name != 'pull_request'