From c2c048fbbd19b2c23c469ceb18d6e95e84de16d5 Mon Sep 17 00:00:00 2001 From: ScriptAutomate Date: Tue, 26 Nov 2024 22:16:31 -0600 Subject: [PATCH] Fix deploy properly downloading artifacts --- .github/workflows/build-sphinx-docs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-sphinx-docs.yml b/.github/workflows/build-sphinx-docs.yml index 93edead..f624a99 100644 --- a/.github/workflows/build-sphinx-docs.yml +++ b/.github/workflows/build-sphinx-docs.yml @@ -54,16 +54,15 @@ jobs: contents: write environment: name: release - url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: - build - if: success() && github.ref == 'refs/heads/main' + #if: success() && github.ref == 'refs/heads/main' steps: - - name: Download artifacts - uses: actions/download-artifact@v4 - name: Checkout uses: actions/checkout@v4 + - name: Download artifacts + uses: actions/download-artifact@v4 - name: Display all downloaded archives/artifacts run: | ls -lah