Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build command make latexpdf (latexmk: Command not found) #32

Open
scottclowe opened this issue Aug 17, 2021 · 0 comments
Open

Build command make latexpdf (latexmk: Command not found) #32

scottclowe opened this issue Aug 17, 2021 · 0 comments

Comments

@scottclowe
Copy link

The latex build action

    - name: Build PDF docs
      uses: ammaraskar/sphinx-action@master
      with:
        docs-folder: "docs/"
        pre-build-command: "apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended"
        build-command: "make latexpdf"

was previously running correctly, but has (today) started failing with the error:

make[1]: latexmk: Command not found

Here's links to the relevant files:

For the repo in question, no documentation changes or changes to the documentation workflow have occurred between the last successful run 6 days ago and the recent failing build. I note that no commits have been made to ammaraskar/sphinx-action in the past 6 days. And the sphinxdoc base docker image has not been changed.

I'm at a loss to understand what is causing this problem.

scottclowe added a commit to DalhousieAI/BenthicNet that referenced this issue Aug 19, 2021
scottclowe added a commit to DalhousieAI/BenthicNet that referenced this issue Aug 19, 2021
scottclowe added a commit to DalhousieAI/squidle-downloader that referenced this issue Aug 22, 2021
scottclowe added a commit to scottclowe/python-template-repo that referenced this issue Aug 22, 2021
scottclowe added a commit to scottclowe/fissa that referenced this issue Sep 1, 2021
Cool-Dev121 added a commit to Cool-Dev121/python-template-repo that referenced this issue Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant