Skip to content

Commit c95c77b

Browse files
jrowlingsonsamselikoff
authored andcommitted
Update template.md (#365)
1 parent 66e533e commit c95c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/pods/docs/deploying/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Deploying a version of your documentation does two things: it copies the `dist`
153153

154154
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.
155155

156-
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:
156+
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:
157157

158158
```js
159159
{

0 commit comments

Comments
 (0)