Files
blog/.gitea/workflows/demo.yaml
wacked 16aad6005a
Some checks failed
Blog Generation / Explore-Gitea-Actions (push) Failing after 7s
da erwartet das quatschding die dateien
2026-01-26 15:00:42 +00:00

18 lines
636 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}:/project -u 1000:1000 ghcr.io/gohugoio/hugo:v0.154.5 build