From 3a743ae48f6b9acfbd8ae5d7d51b1764fa9d5d1d Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:45:45 +0200 Subject: [PATCH] docs: Update deploy.md --- docs/tutorial/deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/deploy.md b/docs/tutorial/deploy.md index 8a55396..487ffd3 100644 --- a/docs/tutorial/deploy.md +++ b/docs/tutorial/deploy.md @@ -57,8 +57,8 @@ $ mkdocs gh-deploy --help When you make changes to your docs config or the docs directory, especially editing on GitHub directly, it's often useful to have the docs site build and deploy automatically in a remote environment. This is provided for free by GitHub. -This action is setup to do that for MkDocs: +This action is setup to do that for MkDocs and the Material theme: - [deploy-mkdocs](https://github.com/marketplace/actions/deploy-mkdocs) action in marketplace. -See this implemented in the [workflow](https://github.com/MichaelCurrin/mkdocs-quickstart/blob/master/.github/workflows/main.yml) file of this MkDocs Quickstart project. +See this implemented in the [workflow](https://github.com/MichaelCurrin/mkdocs-quickstart/blob/master/.github/workflows/docs.yml) file of this MkDocs Quickstart project.