Skip to content

v1.1.0: Add prefix input

Compare
Choose a tag to compare
@SaschaMann SaschaMann released this 14 Dec 16:53
· 14 commits to master since this release
f14a532

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