Skip to content

Commit

Permalink
Add warnonly for missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChainsaw committed Dec 28, 2023
1 parent bbe97ff commit 2bc4ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.9'
version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ makedocs( sitename="NaiveNASlib",
],
],
modules = [NaiveNASlib],
warnonly=[:missing_docs],
)
function touchfile(filename, rootdir=nndir, destdir="test/examples")
filepath = joinpath(rootdir, destdir, filename)
Expand Down

0 comments on commit 2bc4ccc

Please sign in to comment.