diff --git a/circle.yml b/circle.yml index e5eb40e..076ad66 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: dependencies: post: - - wget https://github.com/spf13/hugo/releases/download/v0.20.3/hugo_v0.20.3_Linux-64bit.deb -O /tmp/hugo.deb + - wget https://github.com/spf13/hugo/releases/download/v0.20.4/hugo_0.20.4_Linux-64bit.deb -O /tmp/hugo.deb - sudo dpkg -i /tmp/hugo.deb test: