This commit is contained in:
2024-09-24 10:58:11 +02:00
parent 11f589e57f
commit e9a454c828
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: mkdir
run: mkdir -p ./$repo/Spearhead
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --source ./spearhead/$sourcefile.md --output ./$repo/Spearhead/$sourcefile.html
- run: markdown-to-html --dark-mode auto --markdown-style-theme dark --source ./spearhead/$sourcefile.md --output ./$repo/Spearhead/$sourcefile.html
- name: ls
run: ls
working-directory: ./dutchie032.github.io