File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
3- - push
4- - pull_request
3+ pull_request :
4+ push :
5+ branches :
6+ - master
7+ tags : ' *'
58jobs :
69 test :
710 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1114 matrix :
1215 version :
1316 - ' 1.3'
14- - ' 1.6 '
17+ - ' 1'
1518 - ' nightly'
1619 os :
1720 - ubuntu-latest
Original file line number Diff line number Diff line change 1+ name : Documenter
2+ on :
3+ push :
4+ branches : [master]
5+ tags : [v*]
6+ pull_request :
7+
8+ jobs :
9+ Documenter :
10+ name : Documentation
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ - uses : julia-actions/julia-buildpkg@latest
15+ - uses : julia-actions/julia-docdeploy@latest
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 11# ModuleDocstrings
22
33[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaDocs.github.io/ModuleDocstrings.jl/stable )
4- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaDocs.github.io/ModuleDocstrings.jl/dev )
54[ ![ Build Status] ( https://github.com/JuliaDocs/ModuleDocstrings.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaDocs/ModuleDocstrings.jl/actions )
65[ ![ Coverage] ( https://codecov.io/gh/JuliaDocs/ModuleDocstrings.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaDocs/ModuleDocstrings.jl )
76
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ makedocs(;
2121deploydocs (;
2222 repo= " github.com/JuliaDocs/ModuleDocstrings.jl" ,
2323 devbranch= " main" ,
24+ push_preview = true ,
2425)
You can’t perform that action at this time.
0 commit comments