parent
89c2fcd8a0
commit
1e51fc7131
@ -22,14 +22,14 @@ jobs:
|
|||||||
- name: Build site
|
- name: Build site
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
# - name: Create tarfile
|
- name: Create tarfile
|
||||||
# run: tar -cf website.tar public
|
run: tar -cf website.tar public
|
||||||
#
|
|
||||||
# - name: Upload artifacts
|
- name: Upload artifacts
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: website-files.tar
|
name: website-files.tar
|
||||||
# path: website.tar
|
path: website.tar
|
||||||
|
|
||||||
- name: Deploy to Garage
|
- name: Deploy to Garage
|
||||||
uses: https://github.com/mamal72/minio-perfect-deploy-action@main
|
uses: https://github.com/mamal72/minio-perfect-deploy-action@main
|
||||||
|
Loading…
Reference in New Issue
Block a user