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