From 1e51fc71314fd89e1ed836ae4c05b7f439a5ca75 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sun, 18 Jun 2023 19:56:12 +0200 Subject: [PATCH] test --- .gitea/workflows/hugo.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 5593778..581dd40 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -22,14 +22,14 @@ jobs: - name: Build site run: hugo --minify - # - name: Create tarfile - # run: tar -cf website.tar public - # - # - name: Upload artifacts - # uses: actions/upload-artifact@v3 - # with: - # name: website-files.tar - # path: website.tar + - name: Create tarfile + run: tar -cf website.tar public + + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: website-files.tar + path: website.tar - name: Deploy to Garage uses: https://github.com/mamal72/minio-perfect-deploy-action@main