File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export GEM_HOME=$HOME/.gems2
5
5
rm -rf ~ /iterm2.com_stage
6
6
./generate_downloads.py > source/downloads.md
7
7
$GEM_HOME /bin/bundle exec jekyll build -d ~ /iterm2.com_stage
8
+ cp -R source/python-api/_downloads ~ /iterm2.com_stage/python-api/_downloads
8
9
cd ~ /iterm2.com_stage && tar cvfz all.tgz *
9
10
cd ~ /iterm2.com && tar xvfz ~ /iterm2.com_stage/all.tgz
10
11
cp ~ /iterm2-website/downloads/stable/.htaccess ~ /iterm2.com/downloads/stable/.htaccess
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ export GEM_HOME=$HOME/.gems2
3
3
rm -rf ~ /iterm2.com_stage
4
4
./generate_downloads.py > source/downloads.md
5
5
$GEM_HOME /bin/bundle exec jekyll build -d ~ /iterm2.com_stage
6
+ cp -R source/python-api/_downloads ~ /iterm2.com_stage/python-api/_downloads
6
7
cd ~ /iterm2.com_stage && tar cvfz all.tgz *
7
8
cd ~ /iterm2.com && tar xvfz ~ /iterm2.com_stage/all.tgz
8
9
cp ~ /iterm2-website/downloads/stable/.htaccess ~ /iterm2.com/downloads/stable/.htaccess
You can’t perform that action at this time.
0 commit comments