updated workflow
Deploy to Cloudflare CDN / Deploy to cloudflare (push) Successful in -2m23s

This commit is contained in:
2025-08-20 22:38:31 -05:00
parent d6ab28e333
commit 6344189286
+3 -6
View File
@@ -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: