File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -310,17 +310,17 @@ jobs:
310
310
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_WINDOWS_TAG }}
311
311
python -c "from ansys.geometry.core.connection.validate import validate; validate()"
312
312
313
- - name : Check links
313
+ - name : Build the documentation (HTML)
314
314
run : |
315
315
.\.venv\Scripts\Activate.ps1
316
316
cd doc
317
- .\make.bat linkcheck
317
+ .\make.bat html
318
318
319
- - name : Build the documentation (HTML)
319
+ - name : Check links
320
320
run : |
321
321
.\.venv\Scripts\Activate.ps1
322
322
cd doc
323
- .\make.bat html
323
+ .\make.bat linkcheck
324
324
325
325
- name : Build the documentation (PDF)
326
326
run : |
Original file line number Diff line number Diff line change
1
+ fix: change action order
You can’t perform that action at this time.
0 commit comments