4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/bash -x
|
|
pip install -U mkdocs mkdocs-material
|
|
mkdocs gh-deploy
|