Skip to content

Commit 68fac39

Browse files
authored
デプロイ用のワークフローをアップデート (#875)
1 parent b73950b commit 68fac39

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ jobs:
1010
name: github-pages
1111
url: ${{ steps.deployment.outputs.page_url }}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
16+
- uses: actions/setup-node@v5
17+
with:
18+
node-version-file: .nvmrc
19+
cache: npm
1620
- run: npm ci && npm run build
1721
env:
1822
GOOGLE_ANALYTICS_TRACKING_ID: ${{ vars.GOOGLE_ANALYTICS_TRACKING_ID }}
19-
- uses: actions/upload-pages-artifact@v3
23+
- uses: actions/upload-pages-artifact@v4
2024
with:
2125
path: build
2226
- id: deployment

0 commit comments

Comments
 (0)