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 1414 matrix :
1515 version :
1616 - ' 1.0'
17- - ' 1.1 '
17+ - ' 1'
1818# - 'nightly'
1919 os :
2020 - 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 22Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
44[compat ]
5- Documenter = " ~0.22 "
5+ Documenter = " ~0.25 "
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ makedocs(
1313deploydocs (
1414 repo = " github.com/JuliaMath/AbstractFFTs.jl.git" ,
1515 target = " build" ,
16+ push_preview = true
1617)
You can’t perform that action at this time.
0 commit comments