Add wiki submodule #11

Open
ayakael wants to merge 2 commits from add-wiki into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit aaacc84d1a - Show all commits

View file

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

View file

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