release: Assume `../ether.github.com` exists

pull/4792/head
Richard Hansen 2021-02-15 17:49:47 -05:00 committed by John McLear
parent 8db6b5da4a
commit a814893ca3
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ run('git commit -m "bump version"');
run('make docs');
run('cd .. && git clone git@github.com:ether/ether.github.com.git');
run(`cp -R out/doc/ ../ether.github.com/doc/v${newVersion}`);
console.log('Once merged into master please run the following commands');