From 0508fda755142fa7df4b4feb646745b583e0ab97 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 10 Jul 2025 17:34:34 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5921c2488..476d9c632 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -156,10 +156,6 @@ jobs: cp ci-reports/markdown/coverage-summary.md \ wiki/reports/coverage-${{ steps.info.outputs.short_sha }}-${{ steps.info.outputs.commit_num }}.md - # Optional: create/update stable aliases - cp ci-reports/markdown/TEST-REPORT.md wiki/reports/Latest-Test-Report.md - cp ci-reports/markdown/coverage-summary.md wiki/reports/Latest-Coverage.md - - name: Commit and push to wiki run: | cd wiki @@ -167,4 +163,4 @@ jobs: git config user.email "ci-bot@example.com" git add . git commit -m "Add wiki reports for ${{ steps.info.outputs.short_sha }} ${{ steps.info.outputs.commit_num }}" || echo "Nothing to commit" - git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.wiki.git HEAD:master + git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic/ HEAD:master