From 258c650c01ef947c613c21ffdbe1de6f2991c5d6 Mon Sep 17 00:00:00 2001 From: liuzzo Date: Wed, 27 Nov 2024 07:34:52 +0100 Subject: [PATCH] fixed documentation workflow --- .github/workflows/documentation.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4191822..8b7b590 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -61,9 +61,6 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # BRANCH: gh-pages # folder: docs/_build # The folder the action should deploy. - - name: Compile docs - run: make html - working-directory: docs - name: Publish Docs to gh-pages uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847