change menu order & ci test
All checks were successful
/ deploy (push) Successful in 24s

This commit is contained in:
Mans Ziesel 2023-06-14 19:35:38 +02:00
parent 4ec3d77cda
commit 4bc365bd79
2 changed files with 14 additions and 11 deletions

View File

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

View File

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