commit a7f02b5
Artur Manuel
·
2026-05-21 01:20:52 +0000 UTC
parent 8a49711
ci: fix setup-go error
1 files changed,
+1,
-6
+1,
-6
1@@ -11,7 +11,7 @@ jobs:
2 - name: Checkout
3 uses: https://data.forgejo.org/actions/checkout@v6
4 - name: Setup Go
5- uses: https://github.com/actions/setup-go
6+ uses: https://github.com/actions/setup-go@v6
7 - name: Build SSG
8 run: make
9 build-pages:
10@@ -31,8 +31,3 @@ jobs:
11 git add .
12 git commit -m "redeploy pages $FORGEJO_RUN_ID"
13 git push
14- deploy:
15- needs:
16- - build-pages
17- runs-on: codeberg-tiny-lazy
18- name: "Deploy pages to Codeberg Pages"