Skip to content

Commit d23581f

Browse files
committed
Fix wrong job name in CI dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0a4620a commit d23581f

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
publish-docs:
123123
name: Publish documentation website to GitHub pages
124-
needs: ["test", "build"]
124+
needs: ["nox", "build"]
125125
if: github.event_name == 'push'
126126
runs-on: ubuntu-20.04
127127
permissions:

cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
publish-docs:
123123
name: Publish documentation website to GitHub pages
124-
needs: ["test", "build"]
124+
needs: ["nox", "build"]
125125
if: github.event_name == 'push'
126126
runs-on: ubuntu-20.04
127127
permissions:

0 commit comments

Comments
 (0)