We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12d97c commit a204055Copy full SHA for a204055
1 file changed
.github/workflows/deploy.yml
@@ -22,6 +22,9 @@ jobs:
22
uses: actions/checkout@v6
23
- name: Install, build, and upload your site
24
uses: withastro/action@v6
25
+ with:
26
+ path: .
27
+ node-version: 24
28
# with:
29
# path: . # 存储库中 Astro 项目的根位置。(可选)
30
# node-version: 20 # 用于构建站点的特定 Node.js 版本,默认为 20。(可选)
0 commit comments