Skip to content

Commit 76a1718

Browse files
Theme is specified in the config file
We don't need it here Signed-off-by: Artem Sidorenko <artem@posteo.de>
1 parent 96f95e0 commit 76a1718

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)