fifth post
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
2025-06-06 12:29:37 -05:00
parent 312b406f08
commit ccb06ec489
3 changed files with 14 additions and 12 deletions

View File

@ -6,24 +6,15 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
- name: Check out code
uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: List files in the repository pre
run: |
ls ${{ gitea.workspace }}
- name: Setup Hugo
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo --minify
- name: List files in the repository post
run: |
ls ${{ gitea.workspace }}
- name: tree
run: sudo apt update; sudo apt -y install tree; tree
- run: echo "🍏 This job's status is ${{ job.status }}."
run: hugo --minify

View File

@ -0,0 +1,11 @@
+++
date = '2025-05-18T15:04:56-05:00'
draft = false
title = 'Hello World 5!'
+++
## Introduction
This is **bold** text, and this is *emphasized* text.
Visit the [Hugo](https://gohugo.io) website!