File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments