Skip to content

How do I call sile when using GitHub Actions integration #1319

Answered by alerque
khaledhosny asked this question in Q&A
Discussion options

You must be logged in to vote

The way the GitHub Action works it does not add sile to the path of the host container. It may be possible to setup a job that does that, but currently only the container based step is supported.

The best way to proceed probably depends on how much other work you need to do in various steps. The most likely two directions I see might be these (but there are other options, if you give me more info about what needs to happen I'll help find a way...)

  1. Do your other work preparing the sil files first in other steps, then when the source file is ready to go, call the SILE action with the necessary path(s):

    - name: Prepare sources
      run: make source_file.sil
    - name: The SILE Typesetter
      uses: s…

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
7 replies
@alerque
Comment options

@khaledhosny
Comment options

@alerque
Comment options

@khaledhosny
Comment options

@alerque
Comment options

Answer selected by khaledhosny
Comment options

You must be logged in to vote
4 replies
@khaledhosny
Comment options

@alerque
Comment options

@alerque
Comment options

@khaledhosny
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants