Compare commits
2 Commits
b1a95e5f62
...
d0c374743d
| Author | SHA1 | Date | |
|---|---|---|---|
| d0c374743d | |||
| 15527c890e |
@@ -8,8 +8,6 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: texlive/texlive:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -35,6 +33,7 @@ jobs:
|
||||
|
||||
- name: Compile changed root files
|
||||
if: steps.changed.outputs.roots != ''
|
||||
uses: docker://texlive/texlive:latest
|
||||
run: |
|
||||
mkdir -p pdf aux
|
||||
for f in ${{ steps.changed.outputs.roots }}; do
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
& Overleaf & Overleaf-toolkit & VS Code \\
|
||||
{LaTeX$\rightarrow$Pdf} & Media & Media & Veloce* \\
|
||||
Peso & 0 & 0** & 200MB - 2GB \\
|
||||
Limite & Imposto dal sito & Nessuno** & Nessuno*
|
||||
Limite & Imposto dal sito & Nessuno** & Nessuno*
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
\end{frame}
|
||||
|
||||
Reference in New Issue
Block a user