From 189fe13b9aa74302c7d1512433b4d7e67793a15e Mon Sep 17 00:00:00 2001 From: Jack Rowlingson Date: Mon, 20 May 2019 10:48:28 -0400 Subject: [PATCH] Update template.md --- tests/dummy/app/pods/docs/deploying/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dummy/app/pods/docs/deploying/template.md b/tests/dummy/app/pods/docs/deploying/template.md index 767268c6a..867e745e2 100644 --- a/tests/dummy/app/pods/docs/deploying/template.md +++ b/tests/dummy/app/pods/docs/deploying/template.md @@ -153,7 +153,7 @@ Deploying a version of your documentation does two things: it copies the `dist` First, you can run `git checkout gh-pages` to switch to your deploy branch. You may see a message indicating that that branch has already been checked out somewhere else by `git worktree`—if that's the case, you can just `cd` to that directory instead. -Next, remove the item from `versions.json` for the version you want to get rid of, and delete the corresponding directory. For example, if you ran a deploy on a branch called `deploy-test` and wanted to remove the results of that after you finished testing it out, you could `git rm versions/deploy-test` to remove the deployed app, and then find the `deploy-test` key in `versions.json` and remove it: +Next, remove the item from `versions.json` for the version you want to get rid of, and delete the corresponding directory. For example, if you ran a deploy on a branch called `deploy-test` and wanted to remove the results of that after you finished testing it out, you could `git rm -r versions/deploy-test` to remove the deployed app, and then find the `deploy-test` key in `versions.json` and remove it: ```js {