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

View File

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