mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-17 02:10:39 +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 checkout gh-pages
|
||||
cp -R ../releases/* .
|
||||
git checkout master
|
||||
git checkout @{-1}
|
||||
cd -
|
||||
|
||||
# build
|
||||
|
|
Loading…
Reference in New Issue
Block a user