Skip to content

Commit

Permalink
尝试修复 GitHub Action 错误。
Browse files Browse the repository at this point in the history
  • Loading branch information
linnowo committed Jul 4, 2024
1 parent d865a8f commit 85c20e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1
uses: withastro/action@v2
with:
# path: . # 存储库中 Astro 项目的根位置。(可选)
# node-version: 18 # 用于构建站点的特定 Node.js 版本,默认为 18。(可选)
Expand Down

0 comments on commit 85c20e4

Please sign in to comment.