docs: fix documentation actions

Package was initialized with `cowsay` and needed revised to use a module
name of `Cowsay` and a function name of `cowsay`

    Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
feature/gitea-migration
Thomas A. Christensen II 3 years ago committed by GitHub
parent 5e7aefe63a
commit 6a75c724e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,9 +55,9 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using cowsay
DocMeta.setdocmeta!(cowsay, :DocTestSetup, :(using cowsay); recursive=true)
doctest(cowsay)'
using Cowsay
DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true)
doctest(Cowsay)'
- run: julia --project=docs docs/make.jl
env:
JULIA_PKG_SERVER: ""

Loading…
Cancel
Save