Skip to content

Commit

Permalink
Remove kw devbranch from deploydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
vindex10 committed Dec 9, 2020
1 parent 5e5ca7a commit ea8c0bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ deploydocs(
root = GENERATED,
target = "docs",
repo = "github.com/bat/MGVI.jl.git",
devbranch = "dev",
forcepush = true,
push_preview = true
)

2 comments on commit ea8c0bc

@oschulz
Copy link
Member

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/26192

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.1.0 -m "<description of version>" ea8c0bc1465fbe058865c3e86eb0f5ca2610e8e3
git push origin v0.1.0

Please sign in to comment.