commit 59c62df

Artur Manuel  ·  2026-05-21 01:26:34 +0000 UTC
parent 46623a4
ci: merge build SSG and deploy pages steps into one
1 files changed,  +2, -8
+2, -8
 1@@ -6,7 +6,7 @@ on:
 2 jobs:
 3   build-ssg:
 4     runs-on: codeberg-medium-lazy
 5-    name: "Build the SSG"
 6+    name: "Build the SSG, and deploy pages"
 7     steps:
 8       - name: Checkout
 9         uses: https://data.forgejo.org/actions/checkout@v6
10@@ -16,15 +16,9 @@ jobs:
11         uses: https://github.com/actions/setup-go@v6
12       - name: Build SSG
13         run: make
14-  build-pages:
15-    needs:
16-      - build-ssg
17-    runs-on: codeberg-small-lazy
18-    name: "Build the pages with our SSG"
19-    steps:
20       - name: Build pages
21         run: ./generate_pages
22-      - name: Setup bare repository
23+      - name: Deploy pages
24         run: |
25           cd output
26           git init