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
- 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

1
.gitignore vendored
View file

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

5
.gitmodules vendored
View file

@ -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