Merge branch 'main' of https://srcsrv.wikimedia.de/WMDE/Datenschutzerklaerung_Nutzungsforschung
Create HTML / pandoc-the-markdown (push) Waiting to run
Details
Create HTML / pandoc-the-markdown (push) Waiting to run
Details
Änderungen aus Webinterface und lokal werden zusammengeführt (hoffentlich)
This commit is contained in:
commit
d2bcefd004
|
@ -1,10 +1,10 @@
|
||||||
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:
|
jobs:
|
||||||
pandoc-the-markdown:
|
pandoc-the-markdown:
|
||||||
runs: [self-hosted, linux, x64, gpu]
|
runs-on: [ self-hosted, linux, x64 ]
|
||||||
steps:
|
steps:
|
||||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
This git repository houses privacy declarations for something. It's used at https://www.wikimedia.de/extern/agb/DatenschutzerklrungfrdieNutzungsforschungbeiW.html which is deployed on our host WebServer.
|
This git repository houses privacy declarations for something. It's used at https://www.wikimedia.de/extern/agb/DatenschutzerklrungfrdieNutzungsforschungbeiW.html which is deployed on our host WebServer.
|
||||||
|
|
||||||
|
Trying to automatically generate HTML from MD.
|
Loading…
Reference in New Issue