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: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: List files in the repository pre - name: Install Hugo
run: |
ls ${{ gitea.workspace }}
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: 'latest' hugo-version: 'latest'
# extended: true # extended: true
- name: Build - name: Build
run: hugo --minify 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 }}."

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!