We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd9a08 commit d481506Copy full SHA for d481506
.github/workflows/ci.yml
@@ -47,17 +47,12 @@ jobs:
47
- uses: actions/checkout@v2
48
- uses: julia-actions/setup-julia@v1
49
with:
50
- version: '1'
+ version: '1.5'
51
- run: |
52
julia --project=docs -e '
53
using Pkg
54
Pkg.develop(PackageSpec(path=pwd()))
55
Pkg.instantiate()'
56
- - run: |
57
- julia --project=docs -e '
58
- using Documenter: doctest
59
- using GeometryBasics
60
- doctest(GeometryBasics)'
61
- run: julia --project=docs docs/make.jl
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments