From 6344189286db299ee27d71645ee7894c35dcc129 Mon Sep 17 00:00:00 2001 From: "ryan.mcgee" Date: Wed, 20 Aug 2025 22:38:31 -0500 Subject: [PATCH] updated workflow --- .gitea/workflows/deploy-to-cloudflare.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy-to-cloudflare.yaml b/.gitea/workflows/deploy-to-cloudflare.yaml index cb3c873..89b0582 100644 --- a/.gitea/workflows/deploy-to-cloudflare.yaml +++ b/.gitea/workflows/deploy-to-cloudflare.yaml @@ -3,7 +3,8 @@ run-name: ${{ gitea.actor }} is deploying the site to Cloudflare on: [push] jobs: - build: + build-and-deploy: + name: Deploy to cloudflare runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -12,16 +13,12 @@ jobs: - name: Pull Zola binary run: | wget https://github.com/getzola/zola/releases/download/v0.21.0/zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz - - name: Unzip + - name: Unzip binary run: | tar -xf zola-v0.21.0-x86_64-unknown-linux-gnu.tar.gz - name: Build Site run: | ./zola build - deploy: - name: Deploy to cloudflare - runs-on: ubuntu-latest - steps: - name: Deploy uses: cloudflare/wrangler-action@v3.12.0 with: