From b7de99f9b9da654b0c444a06435e909f45d46000 Mon Sep 17 00:00:00 2001 From: Federico Negri Date: Mon, 6 Jan 2025 08:08:05 +0100 Subject: [PATCH] fix --- .github/workflows/ci_cd.yml | 3 +-- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3f7acbeb..1550d82c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -61,7 +61,7 @@ jobs: docs: name: Documentation runs-on: ubuntu-latest - needs: [doc-style] + needs: [style] steps: - uses: actions/checkout@v4 @@ -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" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6c9ac938..f849da11 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -78,7 +78,7 @@ jobs: docs: name: Documentation runs-on: ubuntu-latest - needs: [style, doc-style] + needs: [style] steps: - uses: actions/checkout@v4