Skip to content

Commit

Permalink
refere quarto ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Nov 6, 2023
1 parent 229bb87 commit edb5154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
poetry env use 3.11
source $(poetry env info --path)/bin/activate
poetry install --with=docs
pip install ${WHEEL} --force-reinstall
cd docs
python _scripts/lint_reference.py
deactivate
Expand All @@ -241,6 +242,8 @@ jobs:
run: |
poetry env use 3.11
source $(poetry env info --path)/bin/activate
poetry install --with=docs
pip install ${WHEEL} --force-reinstall
cd docs
python _scripts/gen_reference.py
python -m quartodoc interlinks
Expand Down

0 comments on commit edb5154

Please sign in to comment.