mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39: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
|
||||
mkdir $TMP
|
||||
mkdir $TMP/api
|
||||
cp -r docs/api/ $TMP/api
|
||||
cp docs/API.md $TMP/
|
||||
cp -r docs/api/ $TMP
|
||||
cp docs/API.md $TMP
|
||||
git checkout gh-pages
|
||||
cp -r $TMP/api/ docs/
|
||||
cp $TMP/API.md docs/
|
||||
|
|
Loading…
Add table
Reference in a new issue