wip
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
branch: main
|
branch: main
|
||||||
username: dutchie032
|
username: dutchie032
|
||||||
repo: dutchie032.github.io
|
repo: dutchie032.github.io
|
||||||
sourcefile: DOC.md
|
sourcefile: DOC
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: .
|
working-directory: .
|
||||||
@@ -36,8 +36,8 @@ jobs:
|
|||||||
run: ls
|
run: ls
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
run: mkdir -p ./$repo/Spearhead
|
run: mkdir -p ./$repo/Spearhead
|
||||||
- name: copy file
|
- run: npm i markdown-to-html-cli -g
|
||||||
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
|
- run: markdown-to-html --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
|
||||||
|
|||||||
Reference in New Issue
Block a user