Commit b8186095 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Fix: Replace deprecated -v flag with --logLevel info

parent f2d9a26c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ hugo:
  script:
    - hugo version
    - cd site
    - hugo -c content -v
    - hugo -c content --logLevel info
  artifacts:
    paths:
      - public