From 7585e9e09ae09d3cf7ba0dd54094dc322e352aae Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 3 Jul 2023 14:20:11 +0000 Subject: [PATCH] Actualiser .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1e3a88a..287e03d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,7 +28,9 @@ jobs: run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/ - name: debug - run: ls -al . + run: | + ls -al . + ls -al public/ - name: Copy (scp) staging build to blog server uses: https://github.com/appleboy/scp-action@v0.1.4 @@ -46,7 +48,9 @@ jobs: run: hugo --gc --minify -b https://blog.broillet.ch/ - name: debug - run: ls -al . + run: | + ls -al . + ls -al public/ - name: Copy (scp) staging build to blog server uses: https://github.com/appleboy/scp-action@v0.1.4