Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanergun committed Jul 28, 2020
1 parent d415f8c commit 0d7e540
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, PowerModelsACDC

makedocs(
modules = [PowerModelsACDC],
format = :html,
format = Documenter.HTML(),
sitename = "PowerModelsACDC",
authors = "Frederik Geth, Hakan Ergun",
pages = [
Expand All @@ -26,9 +26,5 @@ makedocs(
)

deploydocs(
deps = nothing,
make = nothing,
target = "build",
repo = "github.com/hakanergun/PowerModelsACDC.jl.git",
julia = "1.1"
repo = "github.com/hakanergun/PowerModelsACDC.jl.git"
)

2 comments on commit 0d7e540

@hakanergun
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/18612

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" 0d7e5400800c12a9f7c0c7f8a47bfb99f418f0cf
git push origin v0.3.2

Please sign in to comment.