Skip to content

Commit

Permalink
update ci for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kose-y committed Jun 17, 2022
1 parent 0d21a2e commit a43a676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: doctest
using PGEN
doctest(PGEN)'
using PGENFiles
doctest(PGENFiles)'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit a43a676

@kose-y
Copy link
Member Author

@kose-y kose-y commented on a43a676 Jun 17, 2022

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/62529

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

Please sign in to comment.