mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-21 12:10:32 +03:00
fix prepare_deploy fail
This commit is contained in:
parent
a8e36de953
commit
6aa1bbc6c6
|
@ -8,7 +8,7 @@ git reset --hard
|
||||||
git fetch origin gh-pages:gh-pages
|
git fetch origin gh-pages:gh-pages
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
cp -R ../releases/* .
|
cp -R ../releases/* .
|
||||||
git checkout master
|
git checkout @{-1}
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# build
|
# build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user