File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments