From a9b8dfc4ad7e2b27a41d4d662e7f581eb4658561 Mon Sep 17 00:00:00 2001 From: Ahmed Shariff Date: Mon, 25 Mar 2024 00:08:08 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/static.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ecaf0b2..646bab7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -69,14 +69,14 @@ jobs: #---------------------------------------------- - name: Install project run: poetry install --no-interaction --with dev + #---------------------------------------------- + # Build mkdocs + #---------------------------------------------- - name: build docs run: poetry run mkdocs build -c -v - #---------------------------------------------- - # Build mkdocs + # Publish #---------------------------------------------- - - name: build pages - uses: mattnotmitt/doxygen-action@1.9.5 - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact