From: Marc Fehling Date: Thu, 17 Oct 2024 11:09:37 +0000 (+0200) Subject: doxygen runner: let upload-artifact deal with compression. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400a4025d54c0f104dbabec5ecc4ffdfa731ef14;p=dealii.git doxygen runner: let upload-artifact deal with compression. --- diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index 836ab86f20..1190d6096a 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -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