diff --git a/workflow-templates/deploy-mkdocs-poetry.md b/workflow-templates/deploy-mkdocs-poetry.md index 73c808a4..83de73e0 100644 --- a/workflow-templates/deploy-mkdocs-poetry.md +++ b/workflow-templates/deploy-mkdocs-poetry.md @@ -43,7 +43,7 @@ Commit the resulting `pyproject.toml` and `poetry.lock` files. #### Workflow -The workflow is configured for repositories that host the website source content in a branch named `main`. If the project uses a different branch, adjust the `on.push.branches[]` value in `check-workflows-task.yml`. +The workflow is configured for repositories that host the website source content in a branch named `main`. If the project uses a different branch, adjust the `on.push.branches[]` value in `deploy-mkdocs-poetry.yml`. #### MkDocs