Skip to content

Commit

Permalink
fix: change artifact download path
Browse files Browse the repository at this point in the history
  • Loading branch information
liukangtian committed Dec 15, 2024
1 parent e07096c commit c1b8881
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,9 @@ jobs:
id-token: write

steps:
# 下载 artifact
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: babylon_test
path: ./babylon_test

# 解压 artifact
- name: Extract artifact
run: |
echo "Extracting artifact..."
unzip ./babylon_test/babylon_test.zip -d ./babylon_test/
# 调试:列出下载并解压后的文件
- name: Debug - List downloaded files
run: |
echo "Listing extracted files:"
ls -R ./babylon_test
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R

# 部署到 GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit c1b8881

Please sign in to comment.