Skip to content

Commit

Permalink
fix: dependent stage
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Feb 1, 2024
1 parent 482f189 commit ea03310
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 @@ -258,7 +258,7 @@ jobs:
name: "Upload dev documentation"
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [docs, pre-release]
needs: [docs]
steps:
- name: Deploy the latest documentation
uses: ansys/actions/doc-deploy-dev@v4
Expand Down

0 comments on commit ea03310

Please sign in to comment.