This commit is contained in:
2024-09-24 10:41:00 +02:00
parent ed6c7cbde3
commit 11f589e57f
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
branch: main
username: dutchie032
repo: dutchie032.github.io
sourcefile: DOC.md
sourcefile: DOC
defaults:
run:
working-directory: .
@@ -36,8 +36,8 @@ jobs:
run: ls
- name: mkdir
run: mkdir -p ./$repo/Spearhead
- name: copy file
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --source ./spearhead/$sourcefile.md --output ./$repo/Spearhead/$sourcefile.html
- name: ls
run: ls
working-directory: ./dutchie032.github.io