Skip to content

Commit 2496798

Browse files
committed
ci: merge linkcheck back into main docs build job
1 parent 35df92d commit 2496798

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

.github/workflows/part-build.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -139,38 +139,15 @@ jobs:
139139
- run: npm ci
140140
working-directory: ${{ github.workspace }}
141141

142-
- name: Build docs (without linkcheck)
143-
run: npm run build-only
142+
- name: Build docs
143+
run: npm run build
144144

145145
- name: Upload Artifact
146146
uses: actions/upload-artifact@v4
147147
with:
148148
name: docs
149149
path: docs/.vitepress/dist/Coalesce
150150

151-
linkcheck-docs:
152-
runs-on: ubuntu-latest
153-
needs: build-docs
154-
defaults:
155-
run:
156-
shell: bash
157-
working-directory: docs
158-
159-
steps:
160-
- uses: actions/checkout@v5
161-
162-
- run: npm ci
163-
# working-directory: ${{ github.workspace }}
164-
165-
- name: Download built docs
166-
uses: actions/download-artifact@v5
167-
with:
168-
name: docs
169-
path: docs/.vitepress/dist/Coalesce
170-
171-
- name: Run linkcheck
172-
run: npm run linkcheck
173-
174151
validate-template:
175152
runs-on: ubuntu-latest
176153
name: "test template: ${{matrix.testCase}}"

0 commit comments

Comments
 (0)