File tree Expand file tree Collapse file tree 5 files changed +1
-64
lines changed
lib/InferenceObjectsNetCDF Expand file tree Collapse file tree 5 files changed +1
-64
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 version : ' 1'
6161 - uses : julia-actions/julia-buildpkg@v1
62- - name : Install dependencies
63- run : |
64- using Pkg
65- pkg_specs = [PackageSpec(path=pwd())]
66- for subpath in readdir("lib"; join=true)
67- push!(pkg_specs, PackageSpec(path=subpath))
68- end
69- Pkg.develop(pkg_specs)
70- Pkg.instantiate()
71- shell : julia --project=docs {0}
7262 - uses : julia-actions/julia-docdeploy@v1
73- with :
74- install-package : false
7563 env :
7664 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 shell : julia {0}
1515 run : |
1616 using CompatHelper
17- subdirs = [""; readdir("lib/"; join=true)]
18- CompatHelper.main(; subdirs)
17+ CompatHelper.main()
1918 env :
2019 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2120 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments