Skip to content

Commit 03ed7a2

Browse files
Copilotskjnldsv
andcommitted
perf: remove validation-context cache from stage-and-check
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/a5960894-fe91-499f-9354-43d805393a25 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
1 parent 9dd0689 commit 03ed7a2

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -244,20 +244,6 @@ jobs:
244244
# 2. Merge in the new artifacts (what we're about to deploy)
245245
# 3. Run link checks only on the NEW content, but with full context
246246
# ========================================================================
247-
# ========================================================================
248-
# FETCH GH-PAGES FOR LINK VALIDATION CONTEXT
249-
# ========================================================================
250-
# We cache the gh-pages checkout between runs so that repeated workflow
251-
# runs (e.g. on pull requests) don't have to re-fetch the full gh-pages
252-
# branch every time.
253-
# ========================================================================
254-
- name: Cache gh-pages content for validation context
255-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
256-
with:
257-
path: validation-context/
258-
key: gh-pages-content-${{ github.run_id }}
259-
restore-keys: gh-pages-content-
260-
261247
- name: Checkout gh-pages branch for validation context
262248
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
263249
with:

0 commit comments

Comments
 (0)