commit 68276f2

Artur Manuel  ·  2026-05-21 01:38:57 +0000 UTC
parent 78e643f
ci: move configuring user and email after init
1 files changed,  +1, -1
+1, -1
 1@@ -21,9 +21,9 @@ jobs:
 2       - name: Deploy pages
 3         run: |
 4           cd output
 5+          git init
 6           git config user.name $FORGEJO_ACTOR
 7           git config user.email "$FORGEJO_ACTOR@noreply.codeberg.org"
 8-          git init
 9           git remote add origin "$FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY"
10           git switch -c pages
11           git add .