Skip to content

Commit

Permalink
Deploy docs (#5)
Browse files Browse the repository at this point in the history
* Deploy docs

* Fix format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
devmotion and github-actions[bot] authored Sep 3, 2021
1 parent 633dcac commit 1b1d3da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ makedocs(;
)

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

2 comments on commit 1b1d3da

@devmotion
Copy link
Member 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/44239

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>" 1b1d3da31fdbc13f6488c49c10b453ac47baf75c
git push origin v0.1.0

Please sign in to comment.