Skip to content

Commit

Permalink
Fix deploy properly downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Nov 27, 2024
1 parent 2e2de2a commit c2c048f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2c048f

Please sign in to comment.