File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1313 env :
1414 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1515 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
16+ run : |
17+ julia -e '
18+ using CompatHelper
19+ CompatHelper.main(;
20+ subdirs=[
21+ "",
22+ "docs",
23+ ],
24+ )'
Original file line number Diff line number Diff line change 1212 - uses : JuliaRegistries/TagBot@v1
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
15+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 22Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
33InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
44Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
5+
6+ [compat ]
7+ Documenter = " 1"
8+ Literate = " 2"
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ makedocs(;
6161 " Methods" => " methods.md" ,
6262# "Examples" => pages("examples")
6363 ],
64+ warnonly = [:missing_docs ,],
6465)
6566
6667if isci
You can’t perform that action at this time.
0 commit comments