Skip to content

Commit 80b0fab

Browse files
committed
fix duplicate save artifacts
1 parent 5772b55 commit 80b0fab

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818

1919
build-ximera-htmlexport:
20-
name: Run pdfexport andhtmlexport
20+
name: Run pdfexport and htmlexport
2121
runs-on: ubuntu-latest
2222
continue-on-error: true
2323
container: &x-container
@@ -60,17 +60,9 @@ jobs:
6060
- name: "XIMERA: pdf and html (tikzexternalize/html)"
6161
run: |
6262
git config --global --add safe.directory "$GITHUB_WORKSPACE"
63-
xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
63+
xmlatex bake --compile pdfexport -j 5 $XM_TO_PROCESS
6464
xmlatex bake --compile htmlexport -j 5 $XM_TO_PROCESS
6565
66-
# Upload artifact for next job
67-
- name: "Postprocess: Save artifacts"
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: htmlexport
71-
path: .
72-
73-
7466
# Save cache
7567
- name: "Postprocess: Save cache"
7668
uses: actions/cache/save@v4

testxourse.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ \part{Functions}
4848

4949

5050

51-
% \part{Other}
51+
\part{Other}
5252

53-
% \activity{higherOrderDerivativesAndGraphs/digInHigherOrderDerivativesAndGraphs.tex}
53+
\activity{higherOrderDerivativesAndGraphs/digInHigherOrderDerivativesAndGraphs.tex}
5454

5555
% \part{Calculus3}
5656

0 commit comments

Comments
 (0)