Skip to content

Commit

Permalink
actions/deploy-pages@v4
Browse files Browse the repository at this point in the history
actions/deploy-pages@v4 부터 actions/upload-artifact@v4 가 적용됨.
  • Loading branch information
violetblue authored Dec 11, 2024
1 parent ddc4227 commit 6b0fafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 6b0fafb

Please sign in to comment.