From 1879182fd07c849308c51d772080bb00233d3c29 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 27 Apr 2024 20:14:54 +0200 Subject: [PATCH] attempt #238902839 --- .gitea/workflows/hugo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 5149fb7..1619f5b 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -60,7 +60,8 @@ jobs: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} - script: rm -r ${{ WEB_DIR }}/* && tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/ && rm /tmp/website.tar + #script: rm -r ${{ WEB_DIR }}/* && tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/ && rm /tmp/website.tar + script: rm -r ${{ WEB_DIR }}/* # - name: Create release