Cleaned up workflow
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s

This commit is contained in:
henryv 2025-04-13 08:40:55 +02:00
parent ec3d6709fb
commit a2a6464716

View File

@ -10,8 +10,8 @@ jobs:
- name: Update Packages - name: Update Packages
run: sudo apt update run: sudo apt update
- name: Install Go #- name: Install Go
run: sudo apt install golang-go -y # run: sudo apt install golang-go -y
#- name: Building Hugo #- name: Building Hugo
# run: go install github.com/gohugoio/hugo@latest # run: go install github.com/gohugoio/hugo@latest
@ -22,12 +22,6 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: List the contents
run: ls
- name: List the contents
run: ls ./layouts/_default
#- name: Generate the website #- name: Generate the website
# run: ~/go/bin/hugo # run: ~/go/bin/hugo