ci: clone entire repo when building docs

This commit is contained in:
Fischer Moseley 2024-10-06 13:11:32 -06:00
parent b998d21810
commit 929312181e
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x