diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eb70545..61089e8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: echo '```' >> "$GITHUB_STEP_SUMMARY" - name: Upload firmware artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: firmware-${{ github.sha }} path: | @@ -110,7 +110,6 @@ jobs: git config user.email "ci@localhost" git add -A git commit -m "docs: ${GITHUB_SHA}" - SERVER="${GITHUB_SERVER_URL#https://}" git push --force \ - "https://x-token:${GITHUB_TOKEN}@${SERVER}/${GITHUB_REPOSITORY}.git" \ + "https://x-token:${GITHUB_TOKEN}@gitea.archvium.eu/${GITHUB_REPOSITORY}.git" \ HEAD:gh-pages