diff --git a/.github/workflows/build-sphinx-docs.yml b/.github/workflows/build-sphinx-docs.yml index 93edead..7eec486 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 @@ -78,7 +77,7 @@ jobs: echo " Creating checksums.txt..." - sha512sum salt-install-guide.tar.gz salt.repo salt.sources > tee checksums.txt + sha512sum salt-install-guide.tar.gz salt.repo salt.sources | tee checksums.txt - name: Release uses: softprops/action-gh-release@v2