We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4620a commit d23581fCopy full SHA for d23581f
.github/workflows/ci.yaml
@@ -121,7 +121,7 @@ jobs:
121
122
publish-docs:
123
name: Publish documentation website to GitHub pages
124
- needs: ["test", "build"]
+ needs: ["nox", "build"]
125
if: github.event_name == 'push'
126
runs-on: ubuntu-20.04
127
permissions:
cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows/ci.yaml
0 commit comments