Skip to content

Commit

Permalink
Merge pull request #131 from LaunchCodeEducation/ticket#23/image-issues
Browse files Browse the repository at this point in the history
updated build files, lower version
  • Loading branch information
jwoolbright23 authored Aug 30, 2024
2 parents 0f9dc15 + 5b602a5 commit 53ac58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.130.0
HUGO_VERSION: 0.119.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.130.0"
HUGO_VERSION = "0.119.0"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.130.0"
HUGO_VERSION = "0.119.0"

0 comments on commit 53ac58c

Please sign in to comment.