We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf2c63 commit a102b67Copy full SHA for a102b67
1 file changed
.github/workflows/root-docs-ci.yml
@@ -102,6 +102,13 @@ jobs:
102
cd ROOT-CI/src/documentation/doxygen
103
make -j "$(nproc --all)"
104
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
+
112
- name: Create documentation archives
113
working-directory: ${{ env.DOC_LOCATION }}
114
shell: bash
0 commit comments