This commit is contained in:
parent
fb316add71
commit
971858ec55
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,6 @@ jobs:
|
||||||
|
|
||||||
- run: bash fix.sh
|
- run: bash fix.sh
|
||||||
|
|
||||||
- run: apt update && apt install -y python3-bs4 python3-lxml
|
|
||||||
- run: python3 soup.py
|
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: actions/actions-hugo@v3
|
uses: actions/actions-hugo@v3
|
||||||
|
@ -21,5 +19,8 @@ jobs:
|
||||||
extended: true
|
extended: true
|
||||||
- run: hugo
|
- run: hugo
|
||||||
|
|
||||||
|
- run: apt update && apt install -y python3-bs4 python3-lxml
|
||||||
|
- run: python3 soup.py
|
||||||
|
|
||||||
- run: npm install -g wrangler
|
- run: npm install -g wrangler
|
||||||
- run: npx wrangler pages deploy public --project-name garden --commit-dirty=true
|
- run: npx wrangler pages deploy public --project-name garden --commit-dirty=true
|
||||||
|
|
Loading…
Reference in a new issue