Datenschutzerklaerung_Nutzu.../.gitea/workflows/pandoc.yaml

10 lines
251 B
YAML
Raw Normal View History

2024-09-13 13:09:52 +00:00
name: Create HTML
run-name: {{ gitea.actor }} published new files
2024-09-13 13:06:01 +00:00
on: [push]
jobs:
2024-09-13 13:09:52 +00:00
pandoc-the-markdown:
runs: [self-hosted, linux, x64, gpu]
2024-09-13 13:06:01 +00:00
steps:
2024-09-13 13:09:52 +00:00
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."