Skip to content

Commit

Permalink
docs: fix api completness generation in CI (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi authored Jan 26, 2025
1 parent a585548 commit e2ba74b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV


- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
Expand All @@ -30,6 +29,6 @@ jobs:
- name: griffe
# hopefully temporary until https://github.com/mkdocstrings/mkdocstrings/issues/716
run: pip install git+https://github.com/MarcoGorelli/griffe.git@no-overloads
- run: pip install -e .[docs]
- run: pip install -e .[docs,pyspark,dask,duckdb]

- run: mkdocs gh-deploy --force

0 comments on commit e2ba74b

Please sign in to comment.