diff --git a/.forgejo/workflows/pages.yaml b/.forgejo/workflows/pages.yaml index 5a05a58..a6064ec 100644 --- a/.forgejo/workflows/pages.yaml +++ b/.forgejo/workflows/pages.yaml @@ -16,6 +16,7 @@ jobs: uses: https://github.com/actions/checkout@v4 with: fetch-depth: 1 + submodules: recursive token: ${{ secrets.PAGES_TOKEN }} - name: Public repo pull uses: https://github.com/actions/checkout@v4 diff --git a/.forgejo/workflows/preview.yaml b/.forgejo/workflows/preview.yaml index 3ad603e..3787a0a 100644 --- a/.forgejo/workflows/preview.yaml +++ b/.forgejo/workflows/preview.yaml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + submodules: recursive token: ${{ secrets.PAGES_TOKEN }} - name: Public repo pull uses: actions/checkout@v4 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..12cc9e4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "content/wiki"] + path = content/wiki + url = https://forge.ilot.io/ilot/wiki diff --git a/content/wiki b/content/wiki new file mode 160000 index 0000000..4adabf9 --- /dev/null +++ b/content/wiki @@ -0,0 +1 @@ +Subproject commit 4adabf9ab28b845adb2d6c701490b400a57be75a