From 971ee4e59d46a185a8fac3413482ba1bc20b7d26 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 17 Jun 2021 23:01:40 -0700 Subject: [PATCH] Remove/replace links to non-existent templates in "Deploy Website" (MkDocs, Poetry) template This was a copy/paste error that came from the original workflow templates repository. While working on that project, I found that properly maintaining the "Related" lists during development was difficult. I think it's better to add them in once the collection has stabilized, or perhaps not at all? --- workflow-templates/deploy-mkdocs-poetry.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/workflow-templates/deploy-mkdocs-poetry.md b/workflow-templates/deploy-mkdocs-poetry.md index c607b5bf..3cccdd7d 100644 --- a/workflow-templates/deploy-mkdocs-poetry.md +++ b/workflow-templates/deploy-mkdocs-poetry.md @@ -71,8 +71,4 @@ On every push to the repository's default branch, deploy the repository's [MkDoc ## Related -- ["Check MkDocs Website" workflow](check-mkdocs.md) -- ["Check Markdown" workflow](check-markdown.md) -- ["Check Prettier Formatting" workflow](check-prettier-formatting.md) -- ["Spell Check" workflow](spell-check.md) -- ["Check YAML" workflow](check-yaml.md) +- ["Check Website" workflow](check-mkdocs-task.md)