Skip to content

Commit 97dc499

Browse files
committed
fix package build
1 parent d338f74 commit 97dc499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
julia --project=docs -e '
6161
using Pkg
6262
Pkg.develop(PackageSpec(path=pwd()))
63-
Pkg.instantiate()'
63+
Pkg.instantiate()
64+
Pkg.build()'
6465
- run: julia --project=docs docs/make.jl
6566
env:
6667
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)