Files
blog/.gitea/workflows/demo.yaml
wacked 54f5cafde1
Some checks failed
Blog Generation / Explore-Gitea-Actions (push) Failing after 7s
Exakte version?
2026-01-26 14:52:46 +00:00

18 lines
601 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 ghcr.io/gohugoio/hugo:v0.154.5 build