trying out deployments
Some checks failed
Build and Deploy Zola Site / build (push) Failing after 1m2s

This commit is contained in:
2025-10-09 19:26:45 -05:00
parent 59526558a9
commit 8444821252
5 changed files with 47 additions and 2 deletions

View File

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