Skip to content

Commit 602af9a

Browse files
author
George Nachman
committed
Copy python downloads into stage
1 parent 07eaf06 commit 602af9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

process_site.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export GEM_HOME=$HOME/.gems2
55
rm -rf ~/iterm2.com_stage
66
./generate_downloads.py > source/downloads.md
77
$GEM_HOME/bin/bundle exec jekyll build -d ~/iterm2.com_stage
8+
cp -R source/python-api/_downloads ~/iterm2.com_stage/python-api/_downloads
89
cd ~/iterm2.com_stage && tar cvfz all.tgz *
910
cd ~/iterm2.com && tar xvfz ~/iterm2.com_stage/all.tgz
1011
cp ~/iterm2-website/downloads/stable/.htaccess ~/iterm2.com/downloads/stable/.htaccess

process_site_nobackup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export GEM_HOME=$HOME/.gems2
33
rm -rf ~/iterm2.com_stage
44
./generate_downloads.py > source/downloads.md
55
$GEM_HOME/bin/bundle exec jekyll build -d ~/iterm2.com_stage
6+
cp -R source/python-api/_downloads ~/iterm2.com_stage/python-api/_downloads
67
cd ~/iterm2.com_stage && tar cvfz all.tgz *
78
cd ~/iterm2.com && tar xvfz ~/iterm2.com_stage/all.tgz
89
cp ~/iterm2-website/downloads/stable/.htaccess ~/iterm2.com/downloads/stable/.htaccess

0 commit comments

Comments
 (0)