Skip to content

Commit 64ea85f

Browse files
committed
Fix typo in template workflow documentation
A copy/paste error resulted in the wrong workflow filename being referenced in the configuration instructions.
1 parent ea6b209 commit 64ea85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/deploy-mkdocs-poetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Commit the resulting `pyproject.toml` and `poetry.lock` files.
4343

4444
#### Workflow
4545

46-
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`.
46+
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`.
4747

4848
#### MkDocs
4949

0 commit comments

Comments
 (0)