Skip to content

Commit

Permalink
Doc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Jan 22, 2022
1 parent a80d9cf commit 8280dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using LoopPoly
DocMeta.setdocmeta!(LoopPoly, :DocTestSetup, :(using LoopPoly); recursive=true)
doctest(LoopPoly)'
using SIMDPolynomials
DocMeta.setdocmeta!(SIMDPolynomials, :DocTestSetup, :(using SIMDPolynomials); recursive=true)
doctest(SIMDPolynomials)'

2 comments on commit 8280dd1

@YingboMa
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/52966

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>" 8280dd1729c123c8dd6ad0444c05d390f90f20ee
git push origin v0.1.0

Please sign in to comment.