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