mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-25 10:01:27 +00:00
Tweak .gitlab-ci
This commit is contained in:
parent
7710f30235
commit
030283a793
|
@ -2,15 +2,7 @@
|
||||||
image: node:6.11.1
|
image: node:6.11.1
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
cache:
|
|
||||||
untracked: true
|
|
||||||
key: "$CI_BUILD_REF_NAME"
|
|
||||||
paths:
|
|
||||||
- node_modules/
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm install gulp -g
|
|
||||||
- npm install hexo-cli -g
|
|
||||||
- npm install
|
- npm install
|
||||||
- gulp build --cwd ./themes/starter
|
- gulp build --cwd ./themes/starter
|
||||||
- hexo deploy
|
- hexo deploy
|
||||||
|
|
|
@ -13,7 +13,7 @@ layout: layout
|
||||||
|
|
||||||
<ul class="links">
|
<ul class="links">
|
||||||
<li><a href="<%= config.url%>/atom.xml"><%- __('subscribe') %></a></li>
|
<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>
|
</ul>
|
||||||
|
|
||||||
<% page.posts.each(function(post) { %>
|
<% page.posts.each(function(post) { %>
|
||||||
|
|
Loading…
Reference in a new issue