test
Some checks failed
/ deploy (push) Failing after 1m39s

This commit is contained in:
Mans Ziesel 2023-06-18 19:56:12 +02:00
parent 89c2fcd8a0
commit 1e51fc7131

View File

@ -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