Fix publish commands creating the wrong directories

This commit is contained in:
Oliver Schneider 2017-04-28 12:39:48 +02:00
parent 9abef6affd
commit 52dec9d20b
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ Steps to publish a new clippy version
- `git pull`.
- `git tag -s v0.0.X -m "v0.0.X"`.
- `git push --tags`.
- `git clone git@github.com:Manishearth/rust-clippy.wiki.git ../rust-clippy.wiki.git`
- `git clone git@github.com:Manishearth/rust-clippy.wiki.git ../rust-clippy.wiki`
- `./util/update_wiki.py`
- `cd ../rust-clippy.wiki.git`
- `cd ../rust-clippy.wiki`
- `git add *`
- `git commit`
- `git push`