diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index 17c573c..da2b5fe 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -46,6 +46,7 @@ jobs: uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1 with: source: ./benchmark/*.svg + quote-source: false target: ${{ gitea.ref_name }}/benchmark/${{ github.run_id }}/ username: gitea-web ssh-key: ${{ secrets.WEB_SYNC_SSH_KEY }}