diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7e2c66d..5e3ca92 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,8 +38,8 @@ 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/$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 + - 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/docs/$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/docs/$sourcefileB.md --output ./$repo/Spearhead/$sourcefileB.html - name: ls run: ls diff --git a/GetStarted.md b/docs/GetStarted.md similarity index 100% rename from GetStarted.md rename to docs/GetStarted.md diff --git a/Reference.md b/docs/Reference.md similarity index 100% rename from Reference.md rename to docs/Reference.md