File tree Expand file tree Collapse file tree 4 files changed +1
-19
lines changed
templates/github/workflows
DocumenterGitHubActions/.github/workflows
WackyOptions/.github/workflows Expand file tree Collapse file tree 4 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 11name = " PkgTemplates"
22uuid = " 14b8a8f1-9102-5b29-a752-f990bacb7fe1"
33authors = [" Chris de Graaf" , " Invenia Technical Computing Corporation" ]
4- version = " 0.7.56 "
4+ version = " 0.7.57 "
55
66[deps ]
77Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change 8282 with :
8383 version : ' 1'
8484 - uses : julia-actions/cache@v2
85- - name : Configure doc environment
86- shell : julia --project=docs --color=yes {0}
87- run : |
88- using Pkg
89- Pkg.develop(PackageSpec(path=pwd()))
90- Pkg.instantiate()
9185 - uses : julia-actions/julia-buildpkg@v1
9286 - uses : julia-actions/julia-docdeploy@v1
9387 env :
Original file line number Diff line number Diff line change 5151 with :
5252 version : ' 1'
5353 - uses : julia-actions/cache@v2
54- - name : Configure doc environment
55- shell : julia --project=docs --color=yes {0}
56- run : |
57- using Pkg
58- Pkg.develop(PackageSpec(path=pwd()))
59- Pkg.instantiate()
6054 - uses : julia-actions/julia-buildpkg@v1
6155 - uses : julia-actions/julia-docdeploy@v1
6256 env :
Original file line number Diff line number Diff line change 5252 with :
5353 version : ' 1'
5454 - uses : julia-actions/cache@v2
55- - name : Configure doc environment
56- shell : julia --project=docs --color=yes {0}
57- run : |
58- using Pkg
59- Pkg.develop(PackageSpec(path=pwd()))
60- Pkg.instantiate()
6155 - uses : julia-actions/julia-buildpkg@v1
6256 - uses : julia-actions/julia-docdeploy@v1
6357 env :
You can’t perform that action at this time.
0 commit comments