This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch fix-video
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/fix-video by this push:
new ed2f476 yarn 3 in ci
ed2f476 is described below
commit ed2f4768ab16b9205f23795a0aeb2e0de7fff125
Author: tison <[email protected]>
AuthorDate: Fri Sep 8 14:22:00 2023 +0800
yarn 3 in ci
Signed-off-by: tison <[email protected]>
---
.github/workflows/deploy.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 00af81e..3a3d1a3 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -32,6 +32,7 @@ jobs:
with:
node-version: 16.x
cache: yarn
+ - run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: peaceiris/actions-gh-pages@v3