Skip to content
Snippets Groups Projects

feat: AUTO-3948 Fix upload errors

Merged Anton Teplyakov requested to merge feature/AUTO-3948 into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -19,8 +19,6 @@ upload:
pages:
stage: generate_pages
needs:
- upload
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
@@ -29,4 +27,4 @@ pages:
paths:
- public
only:
- master
\ No newline at end of file
- tags
\ No newline at end of file
Loading