Skip to content

Commit a204055

Browse files
author
zhuhaitao12
committed
edit workflow
1 parent c12d97c commit a204055

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/checkout@v6
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v6
25+
with:
26+
path: .
27+
node-version: 24
2528
# with:
2629
# path: . # 存储库中 Astro 项目的根位置。(可选)
2730
# node-version: 20 # 用于构建站点的特定 Node.js 版本,默认为 20。(可选)

0 commit comments

Comments
 (0)