Compare commits
4 Commits
c9702d7209
...
bearblog
Author | SHA1 | Date | |
---|---|---|---|
c6e8d0b128
|
|||
7d4f8d9f1b
|
|||
12576834c2
|
|||
9cb27e684d
|
@ -17,16 +17,15 @@ steps:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: build
|
||||
image: mapitman/docker-hugo
|
||||
image: bbaovanc/hugo
|
||||
commands:
|
||||
- hugo version
|
||||
- hugo --minify
|
||||
|
||||
- name: tree
|
||||
- name: list files
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk add tree
|
||||
- tree -a public/
|
||||
- find public/
|
||||
|
||||
- name: upload
|
||||
image: appleboy/drone-scp
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,4 @@
|
||||
[submodule "themes/hugo-bearblog"]
|
||||
path = themes/hugo-bearblog
|
||||
url = git@github.com:janraasch/hugo-bearblog.git
|
||||
url = https://github.com/janraasch/hugo-bearblog.git
|
||||
branch = master
|
||||
|
Reference in New Issue
Block a user