Skip to content

Commit a9a2cd8

Browse files
committed
스냅샷 및 액션 디펜던시 업데이트
1 parent 0c7eec9 commit a9a2cd8

File tree

4 files changed

+683
-683
lines changed

4 files changed

+683
-683
lines changed

.github/workflows/gh-pages-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: '20.x'
1818
- name: Cache dependencies
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.npm
2222
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run build
2929

3030
- name: Deploy
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./public

0 commit comments

Comments
 (0)