chore: Add website to main repo

This commit is contained in:
Christian Pauly 2020-12-24 11:31:58 +01:00
commit 9d0cd2d155
224 changed files with 17459 additions and 3 deletions

View file

@ -116,8 +116,15 @@ upload_to_fdroid_repo:
pages:
stage: deploy
image: alpine:latest
script: [mv build/web/ public]
image: ruby:latest
script:
- cp PRIVACY.md docs/_includes/privacy.md
- cp CHANGELOG.md docs/_includes/changelog.md
- cd docs
- bundle exec jekyll build -d public
- cd ..
- mv docs/public/ ./
- mv build/web/ public/web/
artifacts:
paths:
- public