Skip to content

Commit

Permalink
dev CSBase before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Sep 16, 2022
1 parent 5d4a4d1 commit a578067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.develop(path=joinpath(pwd(), "lib", "ControlSystemsBase"))
Pkg.instantiate()'
- name: Make documentation and run doctest
run: julia --project=docs --color=yes docs/make.jl
Expand Down

0 comments on commit a578067

Please sign in to comment.