Skip to content

Releases: julia-actions/julia-docdeploy

v1.3.1: Fix use of `inputs.install-package` variable

29 Mar 19:59
e62cc8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0: Make `Pkg.develop` step optional

06 Apr 13:49
9c7706b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3.0

v1.2.0: Add inline doctest results via annotations

28 Sep 10:32
e6d9f44
Compare
Choose a tag to compare

Thanks to @ericphanson and @fredrikekre, doctest failures will now be displayed as check failures on GitHub.

Check out this PR for an example.

grafik

v1.1.0: Add prefix input

14 Dec 16:53
f14a532
Compare
Choose a tag to compare

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