Skip to content

Commit 66c531b

Browse files
committed
Update ci.yml
1 parent 42b0a94 commit 66c531b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,14 @@ jobs:
224224
fi
225225
done
226226
shopt -u nullglob
227-
- name: clean-obsolete-docs
228-
run: |
229-
rm -rf documentation/docs/hooks/modules
230-
rm -rf documentation/docs/libraries/modules
231227
- uses: actions/upload-artifact@v4
232228
with:
233229
name: built-docs
234230
path: documentation
231+
- name: clean-obsolete-docs
232+
run: |
233+
rm -rf documentation/docs/hooks/modules
234+
rm -rf documentation/docs/libraries/modules
235235
- name: remove-docs-before-publish
236236
run: rm -rf documentation/docs
237237
- name: remove-modules-json-before-publish

0 commit comments

Comments
 (0)