Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoNegri committed Jan 6, 2025
1 parent 5080dfc commit b7de99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
needs: [doc-style]
needs: [style]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -242,7 +242,6 @@ jobs:
uses: ansys/actions/release-github@v8
with:
library-name: ${{ env.PACKAGE_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}

doc-deploy-stable:
name: "Deploy stable documentation"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
needs: [style, doc-style]
needs: [style]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b7de99f

Please sign in to comment.