Skip to content

Commit d7091c1

Browse files
committed
new cache
1 parent d76be33 commit d7091c1

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/workflows/serve-ximera-split.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- uses: actions/cache/restore@v4
3737
with:
3838
path: |
39-
build/**
4039
**/*.pdf
4140
**/*.html
4241
**/*.aux
@@ -47,10 +46,10 @@ jobs:
4746
**/*.png
4847
!.git/**
4948
!.github/**
50-
key: ximeraPDF-${{ github.ref_name }}-latest
51-
restore-keys: |
52-
ximeraPDF-${{ github.ref_name }}-
53-
ximeraPDF-
49+
key: ximeraPDFexport-${{ github.ref_name }}-latest
50+
# restore-keys: |
51+
# ximeraPDFexport-${{ github.ref_name }}-
52+
# ximeraPDFexport-
5453

5554
- run: |
5655
# git config --global --add safe.directory /code
@@ -63,7 +62,6 @@ jobs:
6362
- uses: actions/cache/save@v4
6463
with:
6564
path: |
66-
build/**
6765
**/*.pdf
6866
**/*.html
6967
**/*.aux
@@ -74,7 +72,7 @@ jobs:
7472
**/*.png
7573
!.git/**
7674
!.github/**
77-
key: ximeraPDF-${{ github.ref_name }}-latest
75+
key: ximeraPDFexport-${{ github.ref_name }}-latest
7876

7977
# Upload artifact for next job
8078
- uses: actions/upload-artifact@v4
@@ -114,7 +112,6 @@ jobs:
114112
- uses: actions/cache/save@v4
115113
with:
116114
path: |
117-
build/**
118115
**/*.pdf
119116
**/*.html
120117
**/*.aux
@@ -125,7 +122,7 @@ jobs:
125122
**/*.png
126123
!.git/**
127124
!.github/**
128-
key: ximeraPDF-${{ github.ref_name }}-latest
125+
key: ximeraPDFexport-${{ github.ref_name }}-latest
129126

130127
# Upload artifact
131128
- uses: actions/upload-artifact@v4
@@ -148,7 +145,7 @@ jobs:
148145
- uses: actions/checkout@v4
149146
with:
150147
fetch-depth: 0
151-
148+
152149
# Download artifact from previous job
153150
- uses: actions/download-artifact@v4
154151
with:

testxourse.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ \part{Functions}
3131
\activity{understandingFunctions/titlePage.tex}
3232
\sectionstyle
3333
\activity{understandingFunctions/breakGround.tex}
34-
\activity{understandingFunctions/digInForEachInputExactlyOneOutput.tex}
35-
\activity{understandingFunctions/digInCompositionOfFunctions.tex}
34+
% \activity{understandingFunctions/digInForEachInputExactlyOneOutput.tex}
35+
% \activity{understandingFunctions/digInCompositionOfFunctions.tex}
3636
% \activity{understandingFunctions/digInInversesOfFunctions.tex}
3737

3838
% \part{Other}

0 commit comments

Comments
 (0)