Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma-website
Commits
8cf0611e
Commit
8cf0611e
authored
Aug 20, 2019
by
Tomas
Browse files
chore: Add .gitlab-ci.yml (same as pbdf-website) and publish index
parent
d7b69803
Pipeline
#28227
passed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
8cf0611e
image
:
privacybydesign/ruby:latest
cache
:
key
:
$CI_COMMIT_REF_SLUG
paths
:
-
vendor/ruby
stages
:
-
build
before_script
:
-
set -euxo pipefail
-
bundle install --path vendor
site
:
stage
:
build
artifacts
:
paths
:
-
_site/*
script
:
-
bundle exec jekyll build --config _config.yml
\ No newline at end of file
index.md
View file @
8cf0611e
...
...
@@ -110,6 +110,5 @@ page_sections:
-
template
:
simple-footer
block
:
footer-1
content
:
Hello world! ❤︎
published
:
false
---
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment