From 971858ec551ea296f0194dece354fb5051239a9f Mon Sep 17 00:00:00 2001 From: SouthFox Date: Wed, 15 May 2024 00:57:30 +0800 Subject: [PATCH] [cicd/fix]: update soup time --- .forgejo/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 5271168..32dae9e 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -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