Skip to content

Commit f13448f

Browse files
fix: change action order (#1269)
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
1 parent d13a044 commit f13448f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,17 @@ jobs:
310310
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 }}
311311
python -c "from ansys.geometry.core.connection.validate import validate; validate()"
312312
313-
- name: Check links
313+
- name: Build the documentation (HTML)
314314
run: |
315315
.\.venv\Scripts\Activate.ps1
316316
cd doc
317-
.\make.bat linkcheck
317+
.\make.bat html
318318
319-
- name: Build the documentation (HTML)
319+
- name: Check links
320320
run: |
321321
.\.venv\Scripts\Activate.ps1
322322
cd doc
323-
.\make.bat html
323+
.\make.bat linkcheck
324324
325325
- name: Build the documentation (PDF)
326326
run: |

doc/changelog.d/1269.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: change action order

0 commit comments

Comments
 (0)