Git Product home page Git Product logo

Comments (4)

xu-cheng avatar xu-cheng commented on September 28, 2024 1

Your problem is you didn’t upload the pdf to someplace. Please refer to https://github.com/xu-cheng/latex-action/blob/master/README.md#where-is-the-pdf-file-how-to-upload-it

This action only compiles the tex file. It does not handle the pdf file upload.

from latex-action.

xu-cheng avatar xu-cheng commented on September 28, 2024

Could you show me the log of the building processing? Alternatively, could you give a minimal example (incl. tex file and GitHub action config) to reproduce the problem?

Noted that the pdf file should be in the same folder in the CI environment, you need to upload it to somewhere explicitly. Read more at https://github.com/xu-cheng/latex-action/blob/master/README.md#where-is-the-pdf-file-how-to-upload-it

from latex-action.

dedif avatar dedif commented on September 28, 2024

I put the repo public for a second, so you can look with it. It's available at https://github.com/dedif/Urenverantwoording-SOCO. BewijsUren.tex should be compiled
This is the log:
Log.txt
This is the action config:

name: Build LaTeX document
on: [push]
jobs:
  build_latex:
    runs-on: ubuntu-latest
    steps:
      - name: Set up Git repository
        uses: actions/checkout@v1
      - name: Compile LaTeX document
        uses: xu-cheng/latex-action@master
        with:
          root_file: BewijsUren.tex

I don't see the BewijsUren.pdf file in the root. Is it deleted automatically after all the actions are run?

from latex-action.

dedif avatar dedif commented on September 28, 2024

I get it now. I fixed it and it works. Thanks!

from latex-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.