this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

redo that and hopefully actually make it work

nuv 3e2a3b5d 1fb62a19

+1 -1
+1 -1
.forgejo/workflows/publish.yml
··· 14 14 - name: Add git 15 15 run: apk add git 16 16 - name: Checkout repository 17 - run: git clone https://git.nuv.sh/${{ forge.repository }}/src/commit/${{ forge.sha }} 17 + run: git clone --branch ${{ forge.ref_name }} ${{ forge.server_url }}/${{ forge.repository }}.git 18 18 19 19 - name: Run gleam build 20 20 run: gleam build