[gtk-web/new-website: 183/191] pipeline
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 183/191] pipeline
- Date: Thu, 21 Nov 2019 12:33:52 +0000 (UTC)
commit 962369c604df5a8a8274e1b3c5f23d5a15208a0a
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date: Sun Aug 25 18:56:32 2019 +0530
pipeline
.gitlab-ci.yml | 4 +++-
collections/_pages/community.html | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4edba36..af695f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,9 @@ before_script:
- npm install
- gem install bundler jekyll
- bundle install
- - chmod +x main.sh
+ - chmod +x scripts/get-api-data.sh
+ - chmod +x scripts/structurize.sh
+ - chmod +x scripts/compile-sass.sh
test:
stage: test
diff --git a/collections/_pages/community.html b/collections/_pages/community.html
index f30d6df..0d7a70c 100644
--- a/collections/_pages/community.html
+++ b/collections/_pages/community.html
@@ -81,7 +81,7 @@ team_main_heading_description: These are the people who apply their best of skil
<span class="text-muted w-100 w-sm-75">{{ page.issues_main_heading_description | markdownify
}}</span>
</div>
</div>
- <div class="row py-4 align-items-start border">
+ <div class="row py-4 align-items-start">
{% assign issues = site.data.api_fetch.issues_opened %}
{% for i in (0..3) %}
<div class="col-lg-3 col-sm-6 px-0 px-sm-3">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]