Skip to content

Commit 79f151e

Browse files
committed
build:升级 deploy-pages action 到 v4 版本- 在 GitHub Actions 工作流中,将 deploy-pages action 从 v2 升级到 v4
- 此升级可能会提高部署到 GitHub Pages 的效率和可靠性
1 parent b941c8f commit 79f151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
steps:
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v2
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)