Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlpzqc authored Apr 10, 2024
1 parent 4c414aa commit 564680e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
python-version: "3.11"
- run: pip install GitPython requests tqdm
- run: python3 ./linux-statistic.py --path ./linux
- run: tar cf pages.tar index.html result.json detail/
- uses: actions/upload-artifact@v4
- run: mkdir ./dist
- run: cp -r pages.tar index.html result.json detail ./dist
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
name: github-pages
path: pages.tar
path: ./dist

# Deploy job
deploy:
Expand Down

0 comments on commit 564680e

Please sign in to comment.