Checkout submodules in pages CI
This commit is contained in:
parent
5081440c41
commit
2137b9ebeb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
|
@ -11,7 +11,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Build documentation
|
||||
run: cargo doc --verbose
|
||||
- name: Deploy documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue