Skip to content

Commit

Permalink
修复 Action 问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
linnowo committed Dec 24, 2023
1 parent 515a126 commit 07b3f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v1
# with:
with:
# path: . # 存储库中 Astro 项目的根位置。(可选)
# node-version: 18 # 用于构建站点的特定 Node.js 版本,默认为 18。(可选)
# package-manager: pnpm@latest # 应使用哪个 Node.js 包管理器来安装依赖项和构建站点。会根据存储库中的 lockfile 自动检测。(可选)
package-manager: pnpm@latest # 应使用哪个 Node.js 包管理器来安装依赖项和构建站点。会根据存储库中的 lockfile 自动检测。(可选)
- name: Upload dist
uses: actions/upload-artifact@v4
with:
Expand Down

1 comment on commit 07b3f48

@vercel
Copy link

@vercel vercel bot commented on 07b3f48 Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

knowsex – ./

knowsex-knowsex.vercel.app
knowsex.vercel.app
knowsex-git-main-knowsex.vercel.app
knowsex.prvcy.page

Please sign in to comment.