Commit 1007d43
fix: fix cache path, HTML job dependency, and job names
- HTML builds no longer wait for setup-latex-cache since they don't need LaTeX
- PDF builds still depend on setup-latex-cache
- Job names are now "Building <manual> HTML" and "Building <manual> PDF"
- Cache path changed from ~/.cache/texlive-fonts-extra to
${{ github.workspace }}/.cache/texlive-fonts-extra so the tar archive
stores a workspace-relative path that resolves to the same location on
both GitHub-hosted and self-hosted runners (the old ~ path was encoded
as ../../../.cache/... relative to the workspace root, which resolved
to different absolute paths depending on the runner's directory depth)
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/80b5c006-0eb9-4931-950f-5dec3be72077
Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>1 parent e71a0c3 commit 1007d43
1 file changed
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
0 commit comments