Update .gitea/workflows/pandoc.yaml
This commit is contained in:
parent
e88fb933a9
commit
28089ff34f
|
@ -1,9 +1,3 @@
|
||||||
name: Create HTML
|
name: Create HTML
|
||||||
run-name: {{ gitea.actor }} published new files
|
run-name: {{ gitea.actor }} published new files
|
||||||
on: [push]
|
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."
|
|
||||||
|
|
Loading…
Reference in New Issue