From aca2f5ceebdf5c45fbc04b7269f0bd56a5ebf9f6 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sat, 8 Nov 2025 09:44:13 +1100 Subject: [PATCH] Don't need Eleventy --- .forgejo/workflows/publish.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 54e9a67..bef9381 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -12,9 +12,10 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 21.1 - - run: | + - name: Installing Netlify + run: | npm install - npx eleventy - - run: | npm install netlify-cli -g + - name: Deploying Site + run: | netlify deploy --dir site --prod \ No newline at end of file