Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeggs authored Apr 24, 2024
1 parent 2b108b9 commit 56a7811
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ makedocs(;
],
)

withenv("GITHUB_REPOSITORY" => repo) do
deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"])
end
deploydocs(; repo="github.com/kylebeggs/RadialBasisFunctions.jl", devbranch="main", versions=["stable" => "v^", "dev" => "dev"])

0 comments on commit 56a7811

Please sign in to comment.