Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin Baer
pages-hexo
Commits
756dfc9d
Commit
756dfc9d
authored
Aug 03, 2018
by
bbaer
Browse files
adding ci and gitignore
parent
6bf9830c
Pipeline
#701
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
756dfc9d
.DS_Store
Thumbs.db
db.json
*.log
node_modules/
public/
.deploy*/
\ No newline at end of file
.gitlab-ci.yml
0 → 100644
View file @
756dfc9d
image
:
node:8.11.2
pages
:
cache
:
paths
:
-
node_modules/
script
:
-
npm install hexo-cli -g
-
npm install
-
hexo deploy
artifacts
:
paths
:
-
public
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment