This commit is contained in:
parent
4ec3d77cda
commit
4bc365bd79
@ -21,13 +21,16 @@ 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
|
||||
with:
|
||||
|
@ -16,13 +16,13 @@
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Ervaring"
|
||||
pageRef = "ervaringen"
|
||||
name = "Over mij"
|
||||
pageRef = "over-mij"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Over mij"
|
||||
pageRef = "over-mij"
|
||||
name = "Ervaring"
|
||||
pageRef = "ervaringen"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
|
Loading…
Reference in New Issue
Block a user