Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlpzqc authored Apr 10, 2024
1 parent 2fdf55d commit 4c414aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
python-version: "3.11"
- run: pip install GitPython requests tqdm
- run: python3 ./linux-statistic.py --path ./linux
- run: tar caf pages.tar.gz index.html result.json detail/
- run: tar cf pages.tar index.html result.json detail/
- uses: actions/upload-artifact@v4
with:
name: github-pages
path: pages.tar.gz
path: pages.tar

# Deploy job
deploy:
Expand Down

0 comments on commit 4c414aa

Please sign in to comment.