Skip to content

Commit

Permalink
update docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Oct 27, 2023
1 parent 912c8f6 commit 7510a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1.8.1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1.9.1
with:
version: '1.6'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ makedocs(
sitename="EqualitySampler.jl",
modules = [EqualitySampler],
format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true"),
warnonly = true
)

deploydocs(;
Expand Down

2 comments on commit 7510a9d

@vandenman
Copy link
Owner 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/94224

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.1 -m "<description of version>" 7510a9d2618d45ff1b417af1fc3ed85e144e666b
git push origin v0.1.1

Please sign in to comment.