1
0

first commit

This commit is contained in:
2026-05-12 19:54:52 +02:00
commit 598919856a
5 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: Convert Markdown to HTML
on: [push]
jobs:
convert:
runs-on: self-hosted
steps:
- name: Checkout
run: git clone . .
- name: Install Pandoc
run: sudo apt-get update && sudo apt-get install -y pandoc
- name: Run conversion script
run: bash convert-md.sh