diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7ce9f34b..c64f4f33 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -63,7 +63,7 @@ jobs: git config user.name "ci-bot" git config user.email "ci-bot@example.com" mkdir -p ci-reports/markdown - cp static-report.md summary.png timeline.png ci-reports/markdown/ + cp static-report.md summary.png ci-reports/markdown/ git add ci-reports/markdown/* git commit -m "Update Markdown CI report [skip ci]" || echo "Nothing to commit" git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.git HEAD:utils_testing