Skip to content
Snippets Groups Projects
Commit b133795e authored by Francesco Siddi's avatar Francesco Siddi
Browse files

Docs: update deploy script

parent 6dff2d46
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cd docs cd docs
command -v greadlink 2>/dev/null 2>&1 || { echo >&2 "Command mkdocs not found. Are you in the right venv?"; exit 1; } command -v mkdocs 2>/dev/null 2>&1 || { echo >&2 "Command mkdocs not found. Are you in the right venv?"; exit 1; }
mkdocs build mkdocs build
rsync -auv ./site/* armadillica@flamenco.io:/home/armadillica/flamenco.io/docs rsync -auv ./site/* armadillica@flamenco.io:/home/armadillica/flamenco.io/docs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment