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