Tweak .gitlab-ci

This commit is contained in:
lostinlight 2018-03-15 04:56:16 +03:00
parent 7710f30235
commit 030283a793
2 changed files with 1 additions and 9 deletions

View File

@ -2,15 +2,7 @@
image: node:6.11.1
pages:
cache:
untracked: true
key: "$CI_BUILD_REF_NAME"
paths:
- node_modules/
script:
- npm install gulp -g
- npm install hexo-cli -g
- npm install
- gulp build --cwd ./themes/starter
- hexo deploy

View File

@ -13,7 +13,7 @@ layout: layout
<ul class="links">
<li><a href="<%= config.url%>/atom.xml"><%- __('subscribe') %></a></li>
<li><a href="https://gitlab.com/distributopia/fediverse/merge_requests"><%- __('submit') %></a></li>
<li><a href="https://gitlab.com/fediverse/fediverse.gitlab.io/merge_requests"><%- __('submit') %></a></li>
</ul>
<% page.posts.each(function(post) { %>