Skip to content
Manually triggered November 10, 2023 14:11
Status Success
Total duration 26m 36s
Artifacts

CI.yml

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

Annotations

3 warnings
Documentation: ../../../.julia/packages/Flux/u7QSl/ext/FluxCUDAExt/FluxCUDAExt.jl#L56
Package cuDNN not found in current path. - Run `import Pkg; Pkg.add("cuDNN")` to install the cuDNN package, then restart julia. - If cuDNN is not installed, some Flux functionalities will not be available when running on the GPU.
Documentation: ../../../.julia/packages/Documenter/nQAq5/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/nQAq5/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