1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +00:00

Fix documentation CI

This commit is contained in:
Thomas A. Christensen II 2021-08-09 19:31:25 -05:00
parent 79e158d83e
commit a1d4e6b063
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
[deps]
BeefBLUP = "4c4dd571-0773-455e-9a95-72727008e3f4"
BeefBLUP = "03993faf-e476-444a-86c9-f31e8122fa24"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

View file

@ -19,6 +19,6 @@ makedocs(;
)
deploydocs(;
repo="github.com/MillironX/BeefBLUP.jl",
repo="github.com/MillironX/beefblup",
devbranch="develop",
)