-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwercker.yml
More file actions
31 lines (31 loc) · 774 Bytes
/
wercker.yml
File metadata and controls
31 lines (31 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
box: debian
build:
steps:
- script:
name: install git
code: |
apt-get update
apt-get -y install git
- script:
name: download theme
code: |
git clone https://github.com/syui/hugo-theme-air themes/hugo-theme-air
rm -rf themes/hugo-theme-air/.git
- arjen/hugo-build:
version: "0.14"
theme: hugo-theme-air
- script:
name: create old RSS file
code: |
cp public/index.xml public/atom.xml
deploy:
steps:
- script:
name: install git
code: |
apt-get update
apt-get -y install git
- lukevivier/gh-pages@0.2.1:
token: $GIT_TOKEN
domain: syui.github.io/hugo-theme-air
basedir: public