Inital commit
This commit is contained in:
parent
f6634edc77
commit
5b563527e5
18
.gitlab-ci.yml
Normal file
18
.gitlab-ci.yml
Normal file
@ -0,0 +1,18 @@
|
||||
image: python:alpine
|
||||
|
||||
before_script:
|
||||
- pip install mkdocs
|
||||
# Add your custom theme if not inside a theme_dir
|
||||
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
|
||||
# - pip install mkdocs-material
|
||||
|
||||
pages:
|
||||
script:
|
||||
- mkdocs build
|
||||
- mv site public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
|
3
mkdocs.yml
Normal file
3
mkdocs.yml
Normal file
@ -0,0 +1,3 @@
|
||||
site_name: Queer Feminist Football Klub
|
||||
site_url: https://pages.gitlab.io/queerfeministfootball
|
||||
|
Loading…
Reference in New Issue
Block a user