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