Skip to content

Commit 00841a1

Browse files
committed
fix: dev docs CI [skip tests]
1 parent 39bf3a2 commit 00841a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/doc-build-dev-nightly.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run API codegen
6262
run: make api-codegen
6363
env:
64-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
64+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
6565

6666
- name: Install again after codegen
6767
run: |
@@ -72,39 +72,39 @@ jobs:
7272
run: |
7373
python examples/00-fluent/exhaust_system_settings_api.py
7474
env:
75-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
75+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
7676

7777
- name: Execute external_compressible_flow.py
7878
run: |
7979
python examples/00-fluent/external_compressible_flow.py
8080
env:
81-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
81+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
8282

8383
- name: Execute mixing_elbow_settings_api.py
8484
run: |
8585
python examples/00-fluent/mixing_elbow_settings_api.py
8686
env:
87-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
87+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
8888

8989
- name: Execute modeling_cavitation.py
9090
run: |
9191
python examples/00-fluent/modeling_cavitation.py
9292
env:
93-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
93+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
9494

9595
- name: Execute species_transport.py
9696
run: |
9797
python examples/00-fluent/species_transport.py
9898
env:
99-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
99+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
100100

101101
- name: Build All Documentation
102102
run: |
103103
pip install -r requirements/requirements_build.txt
104104
pip install ansys-fluent-core[docs,reader,tests]
105105
make build-all-docs
106106
env:
107-
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
107+
FLUENT_IMAGE_TAG: ${{ env.FLUENT_STABLE_IMAGE }}
108108
BUILD_ALL_DOCS: 1
109109

110110
- name: Zip HTML Documentation before upload

0 commit comments

Comments
 (0)