Skip to content

Commit

Permalink
Merge pull request #21 from Dsek-LTH/repoandringar
Browse files Browse the repository at this point in the history
[Repoandringar] Namnbyte av .tex-filen och uppdaterat byggscript
  • Loading branch information
alfredgrip authored Nov 23, 2023
2 parents 4bbcd06 + d77fced commit 4c8ad32
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:

- uses: xu-cheng/latex-action@v2
with:
root_file: "*.tex"
root_file: "stadgar.tex"
glob_root_file: true
env:
TEXINPUTS: ".:./TEX//:"

- uses: actions/upload-artifact@v2
with:
name: PDF
path: "*.pdf"
path: "stadgar.pdf"

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
*.pdf
stadgar.pdf
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: xu-cheng/latex-action@v2
with:
root_file: "*.tex"
root_file: "stadgar.tex"
glob_root_file: true
env:
TEXINPUTS: ".:./TEX//:"
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
build/
*.log
main.aux
main.out
main.pdf
main.synctex.gz
.DS_Store
stadgar.aux
stadgar.out
stadgar.pdf
stadgar.synctex.gz
stadgar.fls
stadgar.fdb_latexmk
.DS_Store
2 changes: 1 addition & 1 deletion .travis-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dist: trusty
before_install:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full texlive-lang-swedish
script:
- pdflatex -interaction=nonstopmode -halt-on-error *.tex
- pdflatex -interaction=nonstopmode -halt-on-error stadgar.tex
File renamed without changes.

0 comments on commit 4c8ad32

Please sign in to comment.