Skip to content

Commit 2cbac54

Browse files
authored
Submodules recursive
1 parent b8a4a17 commit 2cbac54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pages-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
# Inject PAT for private submodules
1314
- name: Configure Git for private submodules
1415
run: |
1516
git config --global url."https://${{ secrets.HORSEL_ACCESS }}:@github.com/".insteadOf "https://github.com/"
1617
18+
# Checkout repository and all submodules
1719
- name: Checkout repository
1820
uses: actions/checkout@v3
1921
with:
20-
submodules: true
22+
submodules: recursive
2123

24+
# Deploy to GitHub Pages
2225
- name: Deploy to GitHub Pages
2326
uses: peaceiris/actions-gh-pages@v4
2427
with:

0 commit comments

Comments
 (0)