From 1216493667493e6c40b31dec4db606f2b8de503a Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Tue, 30 Jul 2024 21:21:46 +0200 Subject: [PATCH] try gitea action --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d403c49..2799178 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: with: path: resources key: ${{ runner.os }}-resources - - name: Build test + - name: Build run: hugo --minify - uses: docker/login-action@v3 with: @@ -23,7 +23,7 @@ jobs: password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls ${{ gitea.workspace }}/public # - uses: docker/build-push-action@v6 # with: # push: true