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

This commit is contained in:
Richard Hansen 2021-02-15 17:49:47 -05:00 committed by John McLear
parent 8db6b5da4a
commit a814893ca3

View file

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