Skip to content

Cannot specify --font-path #9

Description

@msakuta

Hi, it seems this example action in the description here doesn't work.

      with:
        source_file: euler-lagrange-jp.typ
        - name: Typst
          uses: lvignoli/typst-action@main
          with:
            source_file: main.typ
            options: |
              --font-path
              fonts

In my pipeline, the actual command executed seems like this (omitting irrelevant parameters to docker)

7   docker <blah..blah...> "euler-lagrange-jp.typ" "--font-path
8   fonts
9   "

which suggests that it's supposed to be like below, but the newline separated parameters actually go to the next command.

7   docker <blah..blah...> "euler-lagrange-jp.typ" "--font-path" "fonts"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions