1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-25 06:20:34 +03:00
redoc/build/prepare_deploy.sh

7 lines
60 B
Bash
Raw Normal View History

2016-02-23 12:35:32 +03:00
#!/bin/bash
set -e
set -x
cd demo
cp -R ../dist ./dist
cd -