Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines committed Jul 25, 2021
1 parent da63c04 commit aa6dc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- run: pip install meshio --user
- uses: actions/checkout@v1.0.0
- uses: julia-actions/setup-julia@latest
with:
Expand Down

2 comments on commit aa6dc28

@vavrines
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/41481

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

Please sign in to comment.