website/.gitea/workflows/pipeline-test.yaml
Workflow config file is invalid. Please check your config file: Line: 4 Column 1: Unknown Property image Line: 6 Column 1: Unknown Property stages Line: 9 Column 1: Unknown Property build Forgejo Actions YAML Schema validation error
2024-04-17 06:28:20 +02:00

15 lines
240 B
YAML

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
image: klakegg/hugo:0.92.0
stages:
- build
build:
stage: build
script:
- hugo --minify
artifacts:
paths:
- public