Skip to content

Commit

Permalink
Merge pull request #6 from andygruber/changeLTexExtension
Browse files Browse the repository at this point in the history
Use maintained ltex extension and update Github Actions
  • Loading branch information
andygruber authored Oct 11, 2024
2 parents df22936 + 7c70a2a commit 8df16d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/compileLaTeX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
branches: [ "main", "release/*", "develop", "develop/*" ]
release:
types: [published]
# also for testing, run it manually
workflow_dispatch:

jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Add version or PR info
run: |
Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
done

- name: Upload PDF file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDF
path: "*.pdf"
Expand All @@ -81,7 +83,7 @@ jobs:
steps:

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: PDF
path: ./
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recommendations": [
"James-Yu.latex-workshop",
"valentjn.vscode-ltex"
"ltex-plus.vscode-ltex-plus"
]
}

0 comments on commit 8df16d0

Please sign in to comment.