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

[Repoandringar] Namnbyte av .tex-filen och uppdaterat byggscript #21

Merged
merged 3 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading