We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2de2a commit c2c048fCopy full SHA for c2c048f
.github/workflows/build-sphinx-docs.yml
@@ -54,16 +54,15 @@ jobs:
54
contents: write
55
environment:
56
name: release
57
- url: ${{ steps.deployment.outputs.page_url }}
58
runs-on: ubuntu-latest
59
needs:
60
- build
61
- if: success() && github.ref == 'refs/heads/main'
+ #if: success() && github.ref == 'refs/heads/main'
62
steps:
63
- - name: Download artifacts
64
- uses: actions/download-artifact@v4
65
- name: Checkout
66
uses: actions/checkout@v4
+ - name: Download artifacts
+ uses: actions/download-artifact@v4
67
- name: Display all downloaded archives/artifacts
68
run: |
69
ls -lah
0 commit comments