Skip to content

Merge pull request #21 from Dsek-LTH/repoandringar #2

Merge pull request #21 from Dsek-LTH/repoandringar

Merge pull request #21 from Dsek-LTH/repoandringar #2

Workflow file for this run

name: Build LaTeX documents
on:
push:
branches:
- "master"
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Show Working directory
run: ls
- name: Setup dsek latex
uses: actions/checkout@v2
with:
repository: Dsek-LTH/dsek-latex
path: TEX
- name: Show Working directory
run: ls TEX
- uses: xu-cheng/latex-action@v2
with:
root_file: "stadgar.tex"
glob_root_file: true
env:
TEXINPUTS: ".:./TEX//:"
- uses: actions/upload-artifact@v2
with:
name: PDF
path: "stadgar.pdf"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
stadgar.pdf