Files
blog/.gitea/workflows/demo.yaml
wacked 02d994d781
Some checks failed
Blog Generation / Explore-Gitea-Actions (push) Failing after 7s
user mapping
2026-01-26 14:56:23 +00:00

18 lines
633 B
YAML

name: Blog Generation
run-name: test site generation
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: docker pull ghcr.io/gohugoio/hugo:v0.154.5
- run: docker run -v ${PWD}:/src -u 1000:1000 ghcr.io/gohugoio/hugo:v0.154.5 build