From 897b74d5a4b5c428ed23880ef687963e1254b93f Mon Sep 17 00:00:00 2001 From: ghislainl Date: Fri, 19 Dec 2025 22:32:04 +0100 Subject: [PATCH] new pipeline --- .gitea/workflows/build-deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index e51a96f..e53d2f1 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -33,8 +33,8 @@ jobs: - name: Build site run: hugo --minify - - name: Deploy to hosting - run: | - # À adapter selon votre hébergement - # Exemple avec rsync ou autre solution - echo "Deploy step" \ No newline at end of file + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: blog-public + path: public/ \ No newline at end of file