Skip to content

Commit 15da8a5

Browse files
committed
ci: change download order
1 parent a020481 commit 15da8a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,18 @@ jobs:
106106
name: speos-optislang-docs
107107
path: doc/
108108

109-
- name: Download artifacts for pymapdl-dpf
109+
- name: Download artifacts for maxwell2d-lumerical
110110
uses: actions/download-artifact@v7
111111
with:
112-
name: mapdl-dpf-docs
112+
name: maxwell2d-lumerical-docs
113113
path: doc/
114114

115-
- name: Download artifacts for maxwell2d-lumerical
115+
# Make sure this download is always the last one - since its built on a Linux image,
116+
# it will have OS-dependent paths and pickled files that will avoid failures.
117+
- name: Download artifacts for pymapdl-dpf
116118
uses: actions/download-artifact@v7
117119
with:
118-
name: maxwell2d-lumerical-docs
120+
name: mapdl-dpf-docs
119121
path: doc/
120122

121123
- name: Build the documentation

0 commit comments

Comments
 (0)