From a7018383500de437cd393eae31a8701b37e6942b Mon Sep 17 00:00:00 2001 From: dutchie032 Date: Tue, 24 Sep 2024 11:51:34 +0200 Subject: [PATCH] renamed and split --- .github/workflows/docs.yml | 4 ++-- GetStarted.md => docs/GetStarted.md | 0 Reference.md => docs/Reference.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename GetStarted.md => docs/GetStarted.md (100%) rename Reference.md => docs/Reference.md (100%) 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