diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 925d987..6788bb2 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -21,12 +21,10 @@ jobs: - name: Build site run: hugo --minify - - name: Pwd & ls - run: pwd ; ls - name: Create tarfile run: tar -cf website.tar public - name: Upload artifacts uses: actions/upload-artifact@v3 with: - name: website-files + name: website-files.tar path: website.tar