Skip to content

Commit c2c048f

Browse files
Fix deploy properly downloading artifacts
1 parent 2e2de2a commit c2c048f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-sphinx-docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,15 @@ jobs:
5454
contents: write
5555
environment:
5656
name: release
57-
url: ${{ steps.deployment.outputs.page_url }}
5857
runs-on: ubuntu-latest
5958
needs:
6059
- build
61-
if: success() && github.ref == 'refs/heads/main'
60+
#if: success() && github.ref == 'refs/heads/main'
6261
steps:
63-
- name: Download artifacts
64-
uses: actions/download-artifact@v4
6562
- name: Checkout
6663
uses: actions/checkout@v4
64+
- name: Download artifacts
65+
uses: actions/download-artifact@v4
6766
- name: Display all downloaded archives/artifacts
6867
run: |
6968
ls -lah

0 commit comments

Comments
 (0)