File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,14 @@ jobs:
45
45
- uses : julia-actions/setup-julia@v1
46
46
with :
47
47
version : ' 1'
48
- - run : |
49
- julia --project=docs -e '
50
- using Pkg
51
- Pkg.develop(PackageSpec(path=pwd()))
52
- Pkg.instantiate()'
53
- - run : |
54
- julia --project=docs -e '
55
- using Documenter: DocMeta, doctest
56
- using NetworkLayout
57
- DocMeta.setdocmeta!(NetworkLayout, :DocTestSetup, :(using NetworkLayout); recursive=true)
58
- doctest(NetworkLayout)'
59
- - run : julia --project=docs docs/make.jl
48
+ - uses : julia-actions/julia-buildpkg@v1
49
+ - uses : julia-actions/julia-docdeploy@v1
60
50
env :
61
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
52
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
53
+ - run : |
54
+ julia --project=docs -e '
55
+ using Documenter: DocMeta, doctest
56
+ using GraphMakie
57
+ DocMeta.setdocmeta!(GraphMakie, :DocTestSetup, :(using GraphMakie); recursive=true)
58
+ doctest(GraphMakie)'
You can’t perform that action at this time.
0 commit comments