[ci] install git-lfs
All checks were successful
/ deploy (push) Successful in 58s

This commit is contained in:
SouthFox 2024-05-16 23:41:23 +08:00
parent 43ee866cf9
commit 51ffef1fe8

View file

@ -7,11 +7,12 @@ jobs:
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
steps:
- run: apt update && apt install -y python3-bs4 python3-lxml git-lfs
- uses: actions/checkout@v3
- run: bash fix.sh
- name: Setup Hugo
uses: actions/actions-hugo@v3
with:
@ -19,7 +20,6 @@ jobs:
extended: true
- run: hugo
- run: apt update && apt install -y python3-bs4 python3-lxml
- run: python3 soup.py
- run: npm install -g wrangler