De-submodulized the wiki folder

This commit is contained in:
XargonWan 2023-08-29 10:10:17 +02:00
parent d74cf0a79f
commit 66497db72e
3 changed files with 6 additions and 8 deletions

View file

@ -22,10 +22,10 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Update wiki submodule - name: Update wiki
id: update id: update
run: | run: |
git submodule update --remote wiki git checkout https://github.com/XargonWan/RetroDECK.wiki.git tmp/wiki
git add wiki cp -rf tmp/wiki/* wiki
git commit -m "Updating wiki [skip ci]" git commit -m "Updating wiki"
git push git push

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ retrodeck-flatpak-cooker/
retrodeck-flatpak/ retrodeck-flatpak/
bakcup bakcup
.old .old
tmp

5
.gitmodules vendored
View file

@ -3,7 +3,4 @@
url = https://github.com/flathub/org.libretro.RetroArch url = https://github.com/flathub/org.libretro.RetroArch
[submodule "rd-submodules/shared-modules"] [submodule "rd-submodules/shared-modules"]
path = rd-submodules/shared-modules path = rd-submodules/shared-modules
url = https://github.com/flathub/shared-modules.git url = https://github.com/flathub/shared-modules.git
[submodule "wiki"]
path = wiki
url = https://github.com/XargonWan/RetroDECK.wiki.git