]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doxygen runner: let upload-artifact deal with compression. 17787/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 17 Oct 2024 11:09:37 +0000 (13:09 +0200)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 17 Oct 2024 11:09:37 +0000 (13:09 +0200)
.github/workflows/indent.yml

index 836ab86f20bbe168835b454af9f0d75ad758c171..1190d6096a4113c57f26a7605eddaa33f146e1db 100644 (file)
@@ -61,14 +61,10 @@ jobs:
         sed -i '/^$/d' doxygen.log
         # Check if remaining log is zero size
         ! [ -s doxygen.log ] || exit 1
-    - name: compress
-      run: |
-        tar -czf doxygen_documentation.tar.gz build/doc/doxygen
-    - name: archive documentation
-      uses: actions/upload-artifact@v4
+    - uses: actions/upload-artifact@v4
       with:
-        name: doxygen_documentation.tar.gz
-        path: doxygen_documentation.tar.gz
+        name: doxygen_documentation
+        path: build/doc/doxygen
 
   typos:
     # check for typos

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.