diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f42c365..0497854 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: zip -r ../presentation.zip . - name: upload to pages run: | - curl https://pages.ct.cozytren.ch | + curl https://pages.ct.cozytren.ch \ -X PUT \ -T ./presentation.zip \ -H "Content-Type: application/zip" \