We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f95e15 commit 41ca00cCopy full SHA for 41ca00c
1 file changed
ci/github-ci-docs.sh
@@ -3,6 +3,9 @@ PATH_REPO_CURRENT=`readlink -f .`
3
PATH_SOURCE=`readlink -f src`
4
5
6
+set -e
7
+
8
9
# Configure git to push changes
10
echo "[INFO] Configure git to commit and push changes."
11
@@ -26,6 +29,11 @@ git checkout gh-pages
26
29
PATH_REPO_GH_PAGES=`readlink -f .`
27
30
28
31
32
+# package to test
33
+echo "Install packages to generate documentation."
34
+pip3 install robotframework docutils pygments
35
36
37
# Generate documentation
38
echo "[INFO] Generate documentation."
39
0 commit comments