Skip to content

Commit 87eb305

Browse files
빌드 파일 변경
1 parent 29d2abc commit 87eb305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gatsby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build with Gatsby
7979
run: ${{ steps.detect-package-manager.outputs.manager }} run build
8080
- name: Upload artifact
81-
uses: actions/upload-pages-artifact@v2
81+
uses: actions/upload-pages-artifact@v3
8282
with:
8383
path: ./public
8484

@@ -92,4 +92,4 @@ jobs:
9292
steps:
9393
- name: Deploy to GitHub Pages
9494
id: deployment
95-
uses: actions/deploy-pages@v2
95+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)