File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
- uses : julia-actions/cache@v2
18
18
- name : Install dependencies
19
19
run : julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
20
- - name : Aggregate and deploy
21
- run : |
22
- julia --project=docs/ docs/make.jl deploy
20
+ - uses : julia-actions/julia-docdeploy@v1
23
21
env :
24
22
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
25
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Cloning packages into: $(clonedir)
14
14
Building aggregate site into: $(outpath)
15
15
"""
16
16
17
- @info " Building Documenter site for JuliaAstro"
17
+ @info " Building MultiDocumenter site for JuliaAstro"
18
18
19
19
include (" pages.jl" )
20
20
mathengine = MathJax3 (Dict (
@@ -44,7 +44,7 @@ makedocs(
44
44
45
45
@info " Building aggregate JuliaAstro site"
46
46
docs = [
47
- # We also add JuliaAstro's own generated pages
47
+ # We also add JuliaAstro's own generated pages
48
48
MultiDocumenter. MultiDocRef (
49
49
upstream = joinpath (@__DIR__ , outpath),
50
50
path = " docs" ,
@@ -263,7 +263,9 @@ Downloads.download(
263
263
)
264
264
@info " Final build done"
265
265
266
- if " deploy" in ARGS
266
+ # TODO : is there a way to pass args to julia-docdeploy?
267
+ if true
268
+ # if "deploy" in ARGS
267
269
@warn " Deploying to GitHub" ARGS
268
270
gitroot = normpath (joinpath (@__DIR__ , " .." ))
269
271
run (` git pull` )
You can’t perform that action at this time.
0 commit comments