diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a55af5096a727647c670248574b9c910d0a8d11..133fb0833c69ef65e6e31728045f5967367198ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,10 +21,11 @@ pages: stage: generate_pages script: - apk add gcc linux-headers musl-dev + - make generate - pip install -r requirements-docs.txt - pdoc ./perxis -o public -d google artifacts: paths: - public only: - - tags \ No newline at end of file + - master