All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
22 lines
150 B
Bash
Executable File
22 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
|
|
reset;
|
|
|
|
clear;
|
|
|
|
##
|
|
|
|
set -e;
|
|
|
|
set -x;
|
|
|
|
##
|
|
|
|
pip install mkdocs-blog-plugin
|
|
|
|
pip install mkdocs-material
|
|
|
|
pip install mkdocs-bootswatch
|