parent
89c2fcd8a0
commit
1e51fc7131
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user