Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
doxygen
|
|
rm -rf /var/www/milsko-doxygen
|
|
cp -rf doxygen/html /var/www/milsko-doxygen
|