Skip to content

Commit

Permalink
Merge branch 'main' into release/0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Apr 14, 2023
2 parents 747d1b8 + 5f76dfd commit 9c209e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
name: Upload release documentation
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
runs-on: ubuntu-latest
needs: [release]
needs: [release, doc-build]
steps:
- name: Deploy the stable documentation
uses: pyansys/actions/doc-deploy-stable@v4
Expand Down

0 comments on commit 9c209e2

Please sign in to comment.