File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 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
6362 - uses : actions/cache/save@v4
6463 with :
6564 path : |
66- build/**
6765 **/*.pdf
6866 **/*.html
6967 **/*.aux
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 :
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments