From 66497db72efe77b9ca0c13cd59837a7720b3ca6e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 29 Aug 2023 10:10:17 +0200 Subject: [PATCH] De-submodulized the wiki folder --- .github/workflows/update-readthedocs.yml | 8 ++++---- .gitignore | 1 + .gitmodules | 5 +---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-readthedocs.yml b/.github/workflows/update-readthedocs.yml index a706b8ab..06cd206a 100644 --- a/.github/workflows/update-readthedocs.yml +++ b/.github/workflows/update-readthedocs.yml @@ -22,10 +22,10 @@ jobs: - uses: actions/checkout@v3 - - name: Update wiki submodule + - name: Update wiki id: update run: | - git submodule update --remote wiki - git add wiki - git commit -m "Updating wiki [skip ci]" + git checkout https://github.com/XargonWan/RetroDECK.wiki.git tmp/wiki + cp -rf tmp/wiki/* wiki + git commit -m "Updating wiki" git push \ No newline at end of file diff --git a/.gitignore b/.gitignore index 934dbffd..7dc45f27 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ retrodeck-flatpak-cooker/ retrodeck-flatpak/ bakcup .old +tmp diff --git a/.gitmodules b/.gitmodules index af401b32..82eae3e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,4 @@ url = https://github.com/flathub/org.libretro.RetroArch [submodule "rd-submodules/shared-modules"] path = rd-submodules/shared-modules - url = https://github.com/flathub/shared-modules.git -[submodule "wiki"] - path = wiki - url = https://github.com/XargonWan/RetroDECK.wiki.git + url = https://github.com/flathub/shared-modules.git \ No newline at end of file