Skip to content

Commit

Permalink
Merge pull request #88 from LaunchCodeEducation/ticket/#16-submodule-…
Browse files Browse the repository at this point in the history
…update

Ticket/#16 submodule update
  • Loading branch information
jwoolbright23 authored Aug 29, 2024
2 parents 97e9ea8 + 7aeca91 commit d480d7f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.112.4
HUGO_VERSION: 0.130.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[submodule "layouts"]
path = layouts
url = https://github.com/LaunchCode-Hugo-Submodules/layouts
[submodule "static"]
path = static
url = https://github.com/LaunchCode-Hugo-Submodules/static
[submodule "archetypes"]
path = archetypes
url = https://github.com/LaunchCode-Hugo-Submodules/archetypes
[submodule "assets"]
path = assets
url = https://github.com/LaunchCode-Hugo-Submodules/assets
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.112.4"
HUGO_VERSION = "0.130.0"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.112.4"
HUGO_VERSION = "0.130.0"
2 changes: 1 addition & 1 deletion themes/hugo-theme-relearn

0 comments on commit d480d7f

Please sign in to comment.