Skip to content

Commit

Permalink
fix docs build on tags without explicitly adding OndaEDFSchemas (#79)
Browse files Browse the repository at this point in the history
* fix docs build without explcitly adding OndaEDFSchemas

* new version
  • Loading branch information
kleinschmidt committed Jul 14, 2023
1 parent 13da34d commit 8c3ac67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OndaEDF"
uuid = "e3ed2cd1-99bf-415e-bb8f-38f4b42a544e"
authors = ["Beacon Biosignals, Inc."]
version = "0.11.8"
version = "0.11.9"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using OndaEDF
using OndaEDFSchemas
using Documenter

makedocs(modules=[OndaEDF, OndaEDFSchemas],
makedocs(modules=[OndaEDF, OndaEDF.OndaEDFSchemas],
sitename="OndaEDF",
authors="Beacon Biosignals and other contributors",
pages=["OndaEDF" => "index.md",
Expand Down

2 comments on commit 8c3ac67

@kleinschmidt
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/87499

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.11.9 -m "<description of version>" 8c3ac67b018ba614a5d1538e0c1ab1df52f7bda0
git push origin v0.11.9

Please sign in to comment.