lol actions are not gunna cut it for this

This commit is contained in:
2025-10-09 19:55:01 -05:00
parent b0f5606797
commit c22a19388a

View File

@@ -1,16 +0,0 @@
name: Build and Deploy Zola Site
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and run Zola site
run: |
docker compose build zola
docker compose up -d zola