Skip to content

Commit ca5a485

Browse files
Merge pull request #25 from artem-forks/theme
Theme is specified in the config file
2 parents 96f95e0 + 76a1718 commit ca5a485

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install:
44
- sudo dpkg -i /tmp/hugo.deb
55

66
script:
7-
- hugo -t devsec
7+
- hugo
88

99
deploy:
1010
- provider: script

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
1. Install Hugo [here](https://gohugo.io/getting-started/installing/)
66
2. local development via: `hugo server`
7-
3. deployment via `./deploy.sh`
7+
3. deployment is done via CI and PRs

0 commit comments

Comments
 (0)