[cicd/fix]: update soup time
All checks were successful
/ deploy (push) Successful in 44s

This commit is contained in:
SouthFox 2024-05-15 00:57:30 +08:00
parent fb316add71
commit 971858ec55

View file

@ -11,8 +11,6 @@ jobs:
- run: bash fix.sh
- run: apt update && apt install -y python3-bs4 python3-lxml
- run: python3 soup.py
- name: Setup Hugo
uses: actions/actions-hugo@v3
@ -21,5 +19,8 @@ jobs:
extended: true
- run: hugo
- run: apt update && apt install -y python3-bs4 python3-lxml
- run: python3 soup.py
- run: npm install -g wrangler
- run: npx wrangler pages deploy public --project-name garden --commit-dirty=true