Skip to content

Commit

Permalink
Merge pull request #29 from oscar-system/bl/fixupdoctesthelper
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored May 28, 2023
2 parents 5c35987 + ce11891 commit cb81a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OscarDevTools"
uuid = "4f01c588-2833-446a-9dbd-6331d80acb41"
authors = ["Benjamin Lorenz <[email protected]>"]
version = "0.2.11"
version = "0.2.12"

[deps]
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
Expand Down
2 changes: 1 addition & 1 deletion src/OscarCI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function github_env_run_doctests(job::Dict; varname::String, filename::String)
"Pkg.add(\"DocumenterCitations\");",
"Pkg.add(\"DocumenterMarkdown\");",
"using Documenter;",
"include(\"src/doctest_helper.jl\");"
"include(\"$(@__DIR__)/doctest_helper.jl\");"
]
for (pkg, param) in job
if get(ENV, "GITHUB_REPOSITORY", "") == "oscar-system/OscarDevTools.jl" &&
Expand Down

2 comments on commit cb81a20

@benlorenz
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 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/84415

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

Please sign in to comment.