File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -139,38 +139,15 @@ jobs:
139
139
- run : npm ci
140
140
working-directory : ${{ github.workspace }}
141
141
142
- - name : Build docs (without linkcheck)
143
- run : npm run build-only
142
+ - name : Build docs
143
+ run : npm run build
144
144
145
145
- name : Upload Artifact
146
146
uses : actions/upload-artifact@v4
147
147
with :
148
148
name : docs
149
149
path : docs/.vitepress/dist/Coalesce
150
150
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
-
174
151
validate-template :
175
152
runs-on : ubuntu-latest
176
153
name : " test template: ${{matrix.testCase}}"
You can’t perform that action at this time.
0 commit comments