Skip to content

Adding a prefix causes action to fail #35

Open
@asinghvi17

Description

@asinghvi17

I had a previously working (manual) action with the following Julia invocation:

xvfb-run -s '-screen 0 1024x768x24' julia ...

which was working fine. Transitioning to

uses: julia-actions/julia-docdeploy
with:
  prefix: xvfb-run -s 'screen 0 1024x768x24'

causes an error 'xvfb-run -s 'screen 0 1024x768x24': command not found`

You can see the output of the job here
https://github.com/JuliaPlots/MakieTeX.jl/actions/runs/9436669310/job/25991614390?pr=49#step:8:67
and this has occurred on other repos I tried to transition to this workflow as well...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions