Skip to content

Commit

Permalink
Use [sources] for the docs project
Browse files Browse the repository at this point in the history
Now we don't have to explicitly dev the package project, which is kinda nice.
  • Loading branch information
JamesWrigley committed Oct 16, 2024
1 parent e5a701f commit 78b48a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ jobs:
with:
version: '1'
- run: |
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
julia --project=docs -e 'using Pkg; Pkg.instantiate()'
- run: |
julia --project=docs -e '
using Documenter: doctest
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Changelog = "5217a498-cd5d-4ec6-b8c2-9b85a09b6e3e"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"

[sources]
ZMQ = { path = ".." }

0 comments on commit 78b48a1

Please sign in to comment.