mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
De-submodulized the wiki folder
This commit is contained in:
parent
d74cf0a79f
commit
66497db72e
8
.github/workflows/update-readthedocs.yml
vendored
8
.github/workflows/update-readthedocs.yml
vendored
|
@ -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
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ retrodeck-flatpak-cooker/
|
||||||
retrodeck-flatpak/
|
retrodeck-flatpak/
|
||||||
bakcup
|
bakcup
|
||||||
.old
|
.old
|
||||||
|
tmp
|
||||||
|
|
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -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
|
|
Loading…
Reference in a new issue