Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/GetFalse/wx2d
Browse files Browse the repository at this point in the history
  • Loading branch information
dz committed Nov 5, 2023
2 parents 54a968b + f8cc0b1 commit dd9e80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ env:
BUCKET_NAME: ${{ secrets.DOC_BUCKET_NAME }}
LAF_APPID: ${{ secrets.LAF_APPID }}
LAF_PAT: ${{ secrets.LAF_PAT }}
API_URL: 'https://api.laf.run'
API_URL: 'https://api.laf.dev'
WEB_PATH: .
DIST_PATH: 'build'
jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
run: npm run build
# 安装 laf-cli
- name: Install Laf-CLI
run: npm i laf-cli@1.0.0-beta.11 -g
run: npm i laf-cli -g
# 登录 laf api
- name: Login laf-cli
working-directory: ${{ env.WEB_PATH }}
Expand Down

0 comments on commit dd9e80d

Please sign in to comment.