Changes to workflow
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 1m37s

This commit is contained in:
Henry V Child 2025-04-05 21:39:20 +02:00
parent 3dc28df465
commit 366fb952bc

View File

@ -3,12 +3,23 @@ name: Generate and upload hugo website
on:
push:
jobs:
generate_and_upload_site:
runs-on: hugomods/hugo-latest
runs-on: ubuntu-latest
steps:
- name: Update Packages
run: sudo apt update
- name: Install Go
run: sudo apt install golang-go -y
- name: Building Hugo
run: go install github.com/gohugoio/hugo@latest
- name: Check out repository code
uses: actions/checkout@v4
- name: Generate the website
run: ~/go/bin/hugo