Skip to content

Commit

Permalink
Try to fix docs deployment
Browse files Browse the repository at this point in the history
Attempt to fix:
┌ Warning: 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: JuliaDocs/Documenter.jl#1443
└ @ Documenter ~/.julia/packages/Documenter/ruzxx/src/deployconfig.jl:398
  • Loading branch information
nickrobinson251 committed Sep 18, 2021
1 parent 64438f4 commit 9afbe2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ makedocs(;

deploydocs(;
repo="github.com/nickrobinson251/PowerFlowData.jl",
devbranch="main",
push_preview=true,
)

0 comments on commit 9afbe2f

Please sign in to comment.