We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fb79d commit 1dc69d7Copy full SHA for 1dc69d7
.gitlab-ci.yml
@@ -0,0 +1,16 @@
1
+image: ruby:2.7
2
+
3
+workflow:
4
+ rules:
5
+ - if: '$CI_COMMIT_BRANCH'
6
7
+pages:
8
+ script:
9
+ - gem install bundler
10
+ - bundle install
11
+ - bundle exec jekyll build -d public
12
+ artifacts:
13
+ paths:
14
+ - public
15
16
+ - if: '$CI_COMMIT_BRANCH == "master"'
_config.yml
@@ -2,7 +2,8 @@ title: An open letter in support of RMS.
baseurl: ""
url: ""
-github_username: rms-support-letter
+github_username: rms-support-letter
+repository: rms-support-letter/rms-support-letter.github.io
# Build settings
theme: minima
0 commit comments