Skip to content

Update README.md

Update README.md #24

Triggered via push December 4, 2023 11:41
Status Success
Total duration 18m 40s
Artifacts

CI.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/html/HTMLWriter.jl#L707
Unable to determine the repository root URL for the navbar link. This can happen when a string is passed to the `repo` keyword of `makedocs`. To remove this warning, either pass a Remotes.Remote object to `repo` to completely specify the remote repository, or explicitly set the remote URL by setting `repolink` via `makedocs(format = HTML(repolink = "..."), ...)`.
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/deployconfig.jl#L401
Possible deploydocs() misconfiguration: main vs master Documenter's configured primary development branch (`devbranch`) is "master", but the current branch (from $GITHUB_REF) is "main". This can happen because Documenter uses GitHub's old default primary branch name as the default value for `devbranch`. If your primary development branch is 'main', you must explicitly pass `devbranch = "main"` to deploydocs. See #1443 for more discussion: https://github.com/JuliaDocs/Documenter.jl/issues/1443