Skip to content

Commit

Permalink
yolo: update hugo binary in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewham committed Nov 18, 2024
1 parent 86a190a commit 6c2f5e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
executor: docker_hugo_node
resource_class: large
environment:
HUGO_VERSION: '0.88.1'
HUGO_BINARY: hugo_extended_0.88.1_linux-64bit
HUGO_VERSION: '0.139.0'
HUGO_BINARY: hugo_extended_0.139.0_linux-amd64
steps:
- run:
command: |
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
- image: cypress/base:14.17.0
resource_class: large
environment:
HUGO_VERSION: '0.88.1'
HUGO_BINARY: hugo_extended_0.88.1_linux-64bit
HUGO_VERSION: '0.139.0'
HUGO_BINARY: hugo_extended_0.139.0_linux-amd64
steps:
- run:
command: |
Expand Down

0 comments on commit 6c2f5e9

Please sign in to comment.