From fc4c351a4376a970f9fff7e6bcbb0af424b263ce Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 29 Aug 2024 16:11:15 +0200 Subject: [PATCH] better with full path ? --- .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 927832a..8475dd3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,7 +17,7 @@ jobs: uses: akkuman/gitea-release-action@v1 with: files: |- - .site/** + /workspace/ludal/wiki/.site/** token: "${{ secrets.RELEASE_TOKEN }}"