chore: Add website to main repo
This commit is contained in:
parent
92d2c7e982
commit
9d0cd2d155
224 changed files with 17459 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue