feat: 更新 CI 工作流,修改 Surge 部署步骤以使用主分支
Some checks failed
/ playwright (push) Failing after -1s
/ build-and-deploy-to-vercel (push) Failing after 10s
/ depcheck (push) Failing after 1s

This commit is contained in:
严浩
2024-12-10 09:54:34 +08:00
parent f314b9c023
commit b166cc9d60

View File

@ -39,7 +39,7 @@ jobs:
- name: 部署到 Surge
id: surge_deploy
if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps
uses: yanhao98/composite-actions/deploy-dist-to-surge@6af4afe9ff50a3ea1b24f38ce51a99d4a8f6376a
uses: yanhao98/composite-actions/deploy-dist-to-surge@main
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests