renamed and split
This commit is contained in:
@@ -14,7 +14,8 @@ jobs:
|
||||
branch: main
|
||||
username: dutchie032
|
||||
repo: dutchie032.github.io
|
||||
sourcefile: DOC
|
||||
sourcefileA: Reference
|
||||
sourcefileB: GetStarted
|
||||
defaults:
|
||||
run:
|
||||
working-directory: .
|
||||
@@ -37,7 +38,9 @@ jobs:
|
||||
- name: mkdir
|
||||
run: mkdir -p ./$repo/Spearhead
|
||||
- run: npm i markdown-to-html-cli -g
|
||||
- run: markdown-to-html --title 'Spearhead' --dark-mode auto --keywords "dcs,spearhead,tdcs,mission,campaign,tactical dcs,tactical" --no-dark-mode --markdown-style-theme dark --source ./spearhead/$sourcefile.md --output ./$repo/Spearhead/$sourcefile.html
|
||||
- run: markdown-to-html --title 'Spearhead' --dark-mode auto --keywords "dcs,spearhead,tdcs,mission,campaign,tactical dcs,tactical" --no-dark-mode --markdown-style-theme dark --source ./spearhead/$sourcefileA.md --output ./$repo/Spearhead/$sourcefileA.html
|
||||
- run: markdown-to-html --title 'Spearhead' --dark-mode auto --keywords "dcs,spearhead,tdcs,mission,campaign,tactical dcs,tactical" --no-dark-mode --markdown-style-theme dark --source ./spearhead/$sourcefileB.md --output ./$repo/Spearhead/$sourcefileB.html
|
||||
|
||||
- name: ls
|
||||
run: ls
|
||||
working-directory: ./dutchie032.github.io
|
||||
|
||||
Reference in New Issue
Block a user