diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index dfa9f1d..925d987 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -24,7 +24,7 @@ jobs: - name: Pwd & ls run: pwd ; ls - name: Create tarfile - run: tar -cf website.tar ./* + run: tar -cf website.tar public - name: Upload artifacts uses: actions/upload-artifact@v3 with: