Skip to content
Snippets Groups Projects

Update Hexo template

Merged Mark Pundsack requested to merge tweak-hexo into master
1 unresolved thread
  • Update node version
  • stop installing hexo globally
  • use relative reference to hexo
  • add caching

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
4 4 pages:
5 cache:
6 paths:
7 - node_modules/
8
9 5 script:
10 - npm install hexo-cli -g
11 6 - npm install
12 - hexo deploy
7 - ./node_modules/hexo/bin/hexo generate
13 8 artifacts:
14 9 paths:
15 10 - public
11 cache:
12 paths:
13 - public
  • Mark Pundsack added 1 commit

    added 1 commit

    Compare with previous version

  • Zeger-Jan van de Weg approved this merge request

    approved this merge request

  • mentioned in commit cf106eae

  • Please register or sign in to reply
    Loading