From 31a1cf1ad7ab15ed7b4c7d82489e26994a4022a8 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 1 May 2025 20:11:49 -0400 Subject: switch to raw html site --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitea/workflows') diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 61cabae..0385de5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,10 +7,9 @@ jobs: container: alpine:latest steps: - name: Install dependencies - run: apk add zola nodejs git openssh + run: apk add nodejs git openssh - name: Check out repository code uses: actions/checkout@v4 - - run: zola build - name: Write SSH keys run: | install -m 600 -D /dev/null ~/.ssh/id_ed25519 -- cgit v1.2.3