Skip to content

Commit

Permalink
fix: github action fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
liukangtian committed Dec 14, 2024
1 parent 82887ef commit 26b2ad4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
# 上传构建文件为 artifact
- name: Upload artifact for deployment
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/artifact@v4
with:
path: ./dist # 确保此路径为构建输出目录
path: ./dist
name: github-pages

deploy:
needs: build
Expand Down

0 comments on commit 26b2ad4

Please sign in to comment.