Skip to content

Commit

Permalink
CI: Fix nightly-docs needs (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored May 6, 2024
2 parents 9936f70 + daadc5a commit a1e0d06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
doc-build:
name: Documentation build without examples
runs-on: ubuntu-latest
needs: [doc-style]
steps:
- name: Install Git and checkout project
uses: actions/checkout@v4
Expand Down Expand Up @@ -87,7 +86,7 @@ jobs:
upload-dev-doc:
name: Upload dev documentation
runs-on: ubuntu-latest
needs: [doc-build]
needs: doc-build
steps:
- name: Upload development documentation
uses: ansys/actions/doc-deploy-dev@v4
Expand Down

0 comments on commit a1e0d06

Please sign in to comment.