Skip to content

Commit 68bb585

Browse files
authored
update deploydocs (#117)
1 parent 66a3807 commit 68bb585

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/make.jl

+5-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ makedocs(;
2626
)
2727

2828
deploydocs(;
29-
repo="github.com/JuliaHEP/AwkwardArray.jl",
30-
push_preview=true
29+
repo = "github.com/JuliaHEP/AwkwardArray.jl",
30+
branch = "gh-pages",
31+
push_preview=true,
32+
deploy_config = Documenter.GitHubActions(),
3133
)
34+

0 commit comments

Comments
 (0)