We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6614d3b commit 8f26da2Copy full SHA for 8f26da2
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v1
+ uses: withastro/action@v2
25
# with:
26
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
27
# node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
@@ -36,4 +36,4 @@ jobs:
36
steps:
37
- name: Deploy to GitHub Pages
38
id: deployment
39
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments