Skip to content

Commit

Permalink
Fix GitHub Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabern committed Feb 26, 2021
1 parent 4ba8780 commit 2cd8602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ makedocs(;

deploydocs(;
repo="github.com/fabern/LWFBrook90.jl",
devbranch = "main",
devbranch = "develop",
devurl = "dev",
branch = "gh-pages"
)

4 comments on commit 2cd8602

@fabern
Copy link
Owner Author

@fabern fabern commented on 2cd8602 Feb 26, 2021

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.

Error while trying to register: "Tag with name v0.1.0 already exists and points to a different commit"

@fabern
Copy link
Owner Author

@fabern fabern commented on 2cd8602 Feb 26, 2021

Choose a reason for hiding this comment

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

Removed tag here on Github and retry, please.

@JuliaRegistrator register

@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/30855

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>" 2cd86026a9e3d151da74d416adfb161fa13bfa1e
git push origin v0.1.0

Please sign in to comment.