This commit is contained in:
parent
43ee866cf9
commit
51ffef1fe8
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,12 @@ jobs:
|
||||||
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt update && apt install -y python3-bs4 python3-lxml git-lfs
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: bash fix.sh
|
- run: bash fix.sh
|
||||||
|
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: actions/actions-hugo@v3
|
uses: actions/actions-hugo@v3
|
||||||
with:
|
with:
|
||||||
|
@ -19,7 +20,6 @@ jobs:
|
||||||
extended: true
|
extended: true
|
||||||
- run: hugo
|
- run: hugo
|
||||||
|
|
||||||
- run: apt update && apt install -y python3-bs4 python3-lxml
|
|
||||||
- run: python3 soup.py
|
- run: python3 soup.py
|
||||||
|
|
||||||
- run: npm install -g wrangler
|
- run: npm install -g wrangler
|
||||||
|
|
Loading…
Reference in a new issue