Add wiki submodule #11
4 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,7 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
submodules: recursive
|
||||||
token: ${{ secrets.PAGES_TOKEN }}
|
token: ${{ secrets.PAGES_TOKEN }}
|
||||||
- name: Public repo pull
|
- name: Public repo pull
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
submodules: recursive
|
||||||
token: ${{ secrets.PAGES_TOKEN }}
|
token: ${{ secrets.PAGES_TOKEN }}
|
||||||
- name: Public repo pull
|
- name: Public repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "content/wiki"]
|
||||||
|
path = content/wiki
|
||||||
|
url = https://forge.ilot.io/ilot/wiki
|
1
content/wiki
Submodule
1
content/wiki
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4adabf9ab28b845adb2d6c701490b400a57be75a
|
Loading…
Add table
Reference in a new issue