mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Only modify api files
This commit is contained in:
parent
a61d7a5e65
commit
fd9c7e69c6
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ git checkout gh-pages
|
||||||
cp -r /tmp/api/ docs/
|
cp -r /tmp/api/ docs/
|
||||||
|
|
||||||
# find . | grep md
|
# find . | grep md
|
||||||
|
cd docs/api
|
||||||
for fn in `find . | grep md`; do
|
for fn in `find . | grep md`; do
|
||||||
echo "processing file: $fn"
|
echo "processing file: $fn"
|
||||||
sed -i.old '1s;^;---\n;' $fn
|
sed -i.old '1s;^;---\n;' $fn
|
||||||
|
|
Loading…
Add table
Reference in a new issue