We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96f95e0 + 76a1718 commit ca5a485Copy full SHA for ca5a485
2 files changed
.travis.yml
@@ -4,7 +4,7 @@ install:
4
- sudo dpkg -i /tmp/hugo.deb
5
6
script:
7
- - hugo -t devsec
+ - hugo
8
9
deploy:
10
- provider: script
README.md
@@ -4,4 +4,4 @@
1. Install Hugo [here](https://gohugo.io/getting-started/installing/)
2. local development via: `hugo server`
-3. deployment via `./deploy.sh`
+3. deployment is done via CI and PRs
0 commit comments