Update .gitea/workflows/pandoc.yaml

This commit is contained in:
Masin Al-Dujaili 2024-09-13 13:33:37 +00:00
parent e88fb933a9
commit 28089ff34f
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
name: Create HTML
run-name: {{ gitea.actor }} published new files
on: [push]
jobs:
pandoc-the-markdown:
runs: [self-hosted, linux, x64, gpu]
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."