This is an automated email from the ASF dual-hosted git repository.
tison 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 4b1bf86 build: revert to npm
4b1bf86 is described below
commit 4b1bf868c3961e23f1d44fca9837fd3f9bacb4dd
Author: tison <[email protected]>
AuthorDate: Fri Sep 9 23:10:25 2022 +0800
build: revert to npm
---
.github/workflows/deploy.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 00af81e..36205d5 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -31,9 +31,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
- cache: yarn
- - run: yarn install --frozen-lockfile
- - run: yarn build
+ - run: npm install
+ - run: npm run build
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name != 'pull_request'
with: