diff --git a/.wiki/API-Reference.md b/.github/wiki/API-Reference.md similarity index 100% rename from .wiki/API-Reference.md rename to .github/wiki/API-Reference.md diff --git a/.wiki/Architecture.md b/.github/wiki/Architecture.md similarity index 100% rename from .wiki/Architecture.md rename to .github/wiki/Architecture.md diff --git a/.wiki/Home.md b/.github/wiki/Home.md similarity index 100% rename from .wiki/Home.md rename to .github/wiki/Home.md diff --git a/.wiki/Implementation-Comparison.md b/.github/wiki/Implementation-Comparison.md similarity index 100% rename from .wiki/Implementation-Comparison.md rename to .github/wiki/Implementation-Comparison.md diff --git a/.wiki/NREL-SPA-Algorithm.md b/.github/wiki/NREL-SPA-Algorithm.md similarity index 100% rename from .wiki/NREL-SPA-Algorithm.md rename to .github/wiki/NREL-SPA-Algorithm.md diff --git a/.wiki/Twilight-Calculations.md b/.github/wiki/Twilight-Calculations.md similarity index 100% rename from .wiki/Twilight-Calculations.md rename to .github/wiki/Twilight-Calculations.md diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index 1cd4a85..f97c611 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -3,7 +3,7 @@ name: Sync Wiki on: push: branches: [main] - paths: ['.wiki/**'] + paths: ['.github/wiki/**'] permissions: contents: write @@ -25,7 +25,7 @@ jobs: - name: Sync wiki pages run: | - cp .wiki/*.md .wiki-remote/ + cp .github/wiki/*.md .wiki-remote/ cd .wiki-remote git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com"