From 712ad5ac836e34bf57a096916825ce8f4a5f71c0 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 29 Aug 2024 16:24:59 +0200 Subject: [PATCH] with a correct path maybe ? --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8475dd3..1fe2a66 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,7 +17,7 @@ jobs: uses: akkuman/gitea-release-action@v1 with: files: |- - /workspace/ludal/wiki/.site/** + _site/** token: "${{ secrets.RELEASE_TOKEN }}"