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

Criar workflow pra fazer build do PDF #3

Closed
manoelcampos opened this issue May 26, 2021 · 0 comments · Fixed by #4
Closed

Criar workflow pra fazer build do PDF #3

manoelcampos opened this issue May 26, 2021 · 0 comments · Fixed by #4

Comments

@manoelcampos
Copy link
Owner

Usar o GitHub Actions para fazer build do PDF a cada push no master.

manoelcampos added a commit that referenced this issue May 27, 2021
# Close #3

Create a workflow to build the latex document to PDF.
@manoelcampos manoelcampos mentioned this issue May 27, 2021
manoelcampos added a commit that referenced this issue May 27, 2021
# Close #3

Create a workflow to build the latex document to PDF.
manoelcampos added a commit that referenced this issue May 27, 2021
* Cria workflow que usa uma GitHub Action pra fazer build do projeto latex usando o compilador latexmk.
  Tal compilador automatiza todos os passos e diferentes comandos necessários para compilar um projeto
  latex (incluindo num passo só: índice e glossário; arquivos tex e bib).

* Remove principal.pdf do branch master pois a action o inclui no branch gh-pages.
* Altera link do principal.pdf do branch master para o gh-pages, pois o pdf é gerado automaticamente por uma action.
* Adiciona principal.pdf no .gitignore pois não precisa mais dele no branch master.
manoelcampos added a commit that referenced this issue May 27, 2021
* Cria workflow que usa uma GitHub Action pra fazer build do projeto latex usando o compilador latexmk.
  Tal compilador automatiza todos os passos e diferentes comandos necessários para compilar um projeto
  latex (incluindo num passo só: índice e glossário; arquivos tex e bib).

* Remove principal.pdf do branch master pois a action o inclui no branch gh-pages.
* Altera link do principal.pdf do branch master para o gh-pages, pois o pdf é gerado automaticamente por uma action.
* Adiciona principal.pdf no .gitignore pois não precisa mais dele no branch master.
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

Successfully merging a pull request may close this issue.

1 participant