Testing workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
HenryV 2025-02-13 10:30:10 +01:00
parent 2c71e78a46
commit 5b7cf4e4d0

View File

@ -13,12 +13,14 @@ jobs:
- name: Install Go - name: Install Go
run: sudo apt install golang-go -y run: sudo apt install golang-go -y
- name: Preparing the Go compiler - name: Building Hugo
run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest' run: go install github.com/gohugoio/hugo@latest
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: List files in the repository - name: Generate the website
run: ls ${{ gitea.workspace }} run: hugo ${{ gitea.workspace }}
- name: Test of files are there
run ls ${{ gitea.workspace }}/public