Skip to content

Commit

Permalink
add extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed May 11, 2024
1 parent 17d70fc commit ad691ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-latex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: main.pdf
path: main.pdf
compression-level: 0 # pdf is already compressed
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"james-yu.latex-workshop"
]
}

0 comments on commit ad691ac

Please sign in to comment.