mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
Attempt to fix dirs
This commit is contained in:
parent
63fb4d09de
commit
7e5152142f
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ TMP=/tmp/cyclone-docs
|
||||||
rm -rf $TMP
|
rm -rf $TMP
|
||||||
mkdir $TMP
|
mkdir $TMP
|
||||||
mkdir $TMP/api
|
mkdir $TMP/api
|
||||||
cp -r docs/api/ $TMP/api
|
cp -r docs/api/ $TMP
|
||||||
cp docs/API.md $TMP/
|
cp docs/API.md $TMP
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
cp -r $TMP/api/ docs/
|
cp -r $TMP/api/ docs/
|
||||||
cp $TMP/API.md docs/
|
cp $TMP/API.md docs/
|
||||||
|
|
Loading…
Add table
Reference in a new issue