We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b60378 commit 1c21872Copy full SHA for 1c21872
.github/workflows/CI.yml
@@ -48,7 +48,10 @@ jobs:
48
version: '1.11'
49
- uses: julia-actions/cache@v2
50
- uses: julia-actions/julia-buildpkg@v1
51
- - run: |
+ - name: Install docs dependencies
52
+ run: julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
53
+ - name: Run doctests
54
+ run: |
55
julia --project=docs -e '
56
using Documenter: DocMeta, doctest
57
using FLOWFarm
0 commit comments