repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Add] NERtcSDK-MacOS_Special 5.6.2008
[CocoaPods.git]
/
Scripts
/
netlify_deploy.sh
blob
344a916842fb1a46fa5299820c1c98baecfff552
1
#!/bin/bash
2
set -eo
pipefail
3
4
mkdir _site || true
5
6
# generate sharded index
7
bundle
exec
ruby Scripts
/
create_pods_and_versions_index.rb _site
8
9
# add redirects to GitHub
10
cp
Scripts
/
netlify_redirects.txt _site
/
_redirects
11
12
cp
.
/*
.yml _site
/