This commit is contained in:
parent
4ec3d77cda
commit
4bc365bd79
@ -21,13 +21,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
- name: Create tarfile
|
|
||||||
run: tar -cf website.tar public
|
# - name: Create tarfile
|
||||||
- name: Upload artifacts
|
# run: tar -cf website.tar public
|
||||||
uses: actions/upload-artifact@v3
|
#
|
||||||
with:
|
# - name: Upload artifacts
|
||||||
name: website-files.tar
|
# uses: actions/upload-artifact@v3
|
||||||
path: website.tar
|
# with:
|
||||||
|
# name: website-files.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
|
||||||
with:
|
with:
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Ervaring"
|
name = "Over mij"
|
||||||
pageRef = "ervaringen"
|
pageRef = "over-mij"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Over mij"
|
name = "Ervaring"
|
||||||
pageRef = "over-mij"
|
pageRef = "ervaringen"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
|
Loading…
Reference in New Issue
Block a user