Skip to content

Commit a102b67

Browse files
committed
[ci][docs] Add a step to clean temporary files.
The md5 and map files are used only when doxygen is run on an existing folder. They therefore should not be uploaded or put in the tar archive.
1 parent 1bf2c63 commit a102b67

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/root-docs-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
cd ROOT-CI/src/documentation/doxygen
103103
make -j "$(nproc --all)"
104104
105+
- name: Clean temporary files
106+
shell: bash
107+
run: |
108+
cd "/github/home/${DOC_DIR}"
109+
rm html/*.md5
110+
rm html/*.map
111+
105112
- name: Create documentation archives
106113
working-directory: ${{ env.DOC_LOCATION }}
107114
shell: bash

0 commit comments

Comments
 (0)