gitlab ci
This commit is contained in:
parent
e2dc0f98f4
commit
4199667148
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
default:
|
||||||
|
image: alpine:3.20
|
||||||
|
|
||||||
|
deploy-pages:
|
||||||
|
script:
|
||||||
|
- 'apk add python3 py3-markdown'
|
||||||
|
- python3 ./main.py
|
||||||
|
pages: true
|
Loading…
Reference in a new issue