mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Tweak .gitlab-ci
This commit is contained in:
parent
7710f30235
commit
030283a793
|
@ -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) { %>
|
||||
|
|
Loading…
Reference in a new issue