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
|
||||
|
||||
- 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
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ retrodeck-flatpak-cooker/
|
|||
retrodeck-flatpak/
|
||||
bakcup
|
||||
.old
|
||||
tmp
|
||||
|
|
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -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
|
Loading…
Reference in a new issue