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