lol actions are not gunna cut it for this
This commit is contained in:
@@ -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
|
|
Reference in New Issue
Block a user