This commit is contained in:
2019-09-05 13:48:05 +02:00
parent 2f90cdf683
commit 510a3431a1
2 changed files with 1 additions and 15 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ client/configpcm.ini
BD/database*
reports/
__pycache__/
**/__pycache__/
.vscode/
cooks/*.yaml
control/

View File

@@ -1,15 +0,0 @@
image: jekyll/jekyll:minimal
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
pages:
stage: deploy
script:
- cd page
- bundle install
- bundle exec jekyll build -d ../public/
artifacts:
paths:
- public