Skip to content

Commit

Permalink
Add Pkg.build and PYTHON envar to docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarling committed Jan 25, 2025
1 parent 18486f0 commit 03dc931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
julia --project=docs --color=yes -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
Pkg.instantiate()
Pkg.build()'
env:
PYTHON: ${{ steps.cpython3.outputs.python-path }}
- name: Run doctests
Expand All @@ -101,5 +102,6 @@ jobs:
- name: Make and deploy docs
run: julia --project=docs --color=yes docs/make.jl
env:
PYTHON: ${{ steps.cpython3.outputs.python-path }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 03dc931

Please sign in to comment.