mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-06-06 00:49:22 +02:00
Tweak .gitlab-ci
This commit is contained in:
@@ -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
|
||||
|
@@ -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) { %>
|
||||
|
Reference in New Issue
Block a user