gh-pages action: checkout submodules

This commit is contained in:
Fabien LOISON 2021-01-19 10:17:38 +01:00
parent 92c5fd4022
commit bfa87909cf
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
submodules: true
- name: "Set up Python"
uses: actions/setup-python@v1