Skip to content

Commit

Permalink
fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Oct 19, 2024
1 parent d338f74 commit 97dc499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
Pkg.instantiate()
Pkg.build()'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 97dc499

Please sign in to comment.