Skip to content

Merge pull request #27 from JuliaTrustworthyAI/issue-with-seed #36

Merge pull request #27 from JuliaTrustworthyAI/issue-with-seed

Merge pull request #27 from JuliaTrustworthyAI/issue-with-seed #36

Triggered via push January 9, 2025 15:29
Status Success
Total duration 6m 59s
Artifacts

CI.yml

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

Annotations

4 warnings
Julia 1.10 - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia 1 - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Documentation: ../../../.julia/packages/Documenter/Bs999/src/html/HTMLWriter.jl#L742
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/Bs999/src/deployconfig.jl#L409
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