Releases: julia-actions/julia-docdeploy
Releases · julia-actions/julia-docdeploy
v1.3.1: Fix use of `inputs.install-package` variable
What's Changed
- Pin example uses to v1 by @rikhuijzer in #20
- Mention how to set terminal width by @rikhuijzer in #19
- Simplify the key setup instructions by @rikhuijzer in #21
- Update use of
inputs.install-package
variable by @hannahilea in #29
New Contributors
- @rikhuijzer made their first contribution in #20
- @hannahilea made their first contribution in #29
Full Changelog: v1.3.0...v1.3.1
v1.3.0: Make `Pkg.develop` step optional
v1.2.0: Add inline doctest results via annotations
Thanks to @ericphanson and @fredrikekre, doctest failures will now be displayed as check failures on GitHub.
Check out this PR for an example.
v1.1.0: Add prefix input
Prefixing the Julia command
In some packages, you may want to prefix the julia
command with another command, e.g. for running tests of certain graphical libraries with xvfb-run
.
In that case, you can add an input called prefix
containing the command that will be inserted to your workflow:
- uses: julia-actions/julia-docdeploy@v1
with:
prefix: xvfb-run