UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit cfb77c03 authored by ivanchubb's avatar ivanchubb
Browse files

hopefully fixes yaml

parent 36a7a4d7
Branches
No related merge requests found
Pipeline #108033 passed with stage
in 30 seconds
.defaults:
image: python:3.9.18-alpine
image: python:latest
stages:
- deploy
......@@ -7,6 +7,8 @@ stages:
pages:
stage: deploy
extends: .defaults
tags:
- docker
script:
- pip install --upgrade pip
- pip install mkdocs-material
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment