mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +03:00
7 lines
60 B
Bash
7 lines
60 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
set -x
|
||
|
cd demo
|
||
|
cp -R ../dist ./dist
|
||
|
cd -
|