File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ name : TagBot
2+ on :
3+ issue_comment :
4+ types :
5+ - created
6+ workflow_dispatch :
7+ jobs :
8+ TagBot :
9+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : JuliaRegistries/TagBot@v1
13+ with :
14+ token : ${{ secrets.GITHUB_TOKEN }}
15+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 1+ .DS_Store
2+
13# Files generated by invoking Julia with --code-coverage
24* .jl.cov
35* .jl. * .cov
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ using Documenter, DistributedData
22
33makedocs (modules = [DistributedData],
44 clean = false ,
5- format = Documenter. HTML (prettyurls = ! (" local" in ARGS )),
5+ format = Documenter. HTML (prettyurls = ! (" local" in ARGS ),
6+ canonical = " https://lcsb-biocore.github.io/DistributedData.jl/stable/" ,
7+ assets = [" assets/logo.ico" ]),
68 sitename = " DistributedData.jl" ,
79 authors = " The developers of DistributedData.jl" ,
810 linkcheck = ! (" skiplinks" in ARGS ),
@@ -18,5 +20,5 @@ deploydocs(
1820 target = " build" ,
1921 branch = " gh-pages" ,
2022 devbranch = " develop" ,
21- versions = " stable " => " v^ " ,
23+ push_preview = true
2224)
You can’t perform that action at this time.
0 commit comments