From 2552562f0e26c10bca67f1e1b1b494a90ab222f9 Mon Sep 17 00:00:00 2001 From: Quake Date: Wed, 21 Feb 2024 18:19:26 +0100 Subject: [PATCH] fix: Set proper published dir --- .github/workflows/build-documentation.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index ac4b4d12..45ee5250 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -25,11 +25,11 @@ jobs: - name: Create .nojekyll (ensures pages with underscores work on gh pages) run: touch Doxygen/.nojekyll shell: bash - - name: Upload Artifact of Generated Doxygen Documentation - uses: actions/upload-artifact@v2 - with: - name: Doxygen-Generated - path: Doxygen/Generated + # - name: Upload Artifact of Generated Doxygen Documentation + # uses: actions/upload-artifact@v2 + # with: + # name: Doxygen-Generated + # path: Doxygen/Generated upload-pages: name: Upload Doxygen Generated Documentation to Github Pages