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