Skip to content

Commit 5218f9d

Browse files
committed
Bump hugo to latest version
1 parent baa06f7 commit 5218f9d

File tree

8 files changed

+328
-224
lines changed

8 files changed

+328
-224
lines changed

.github/workflows/hugo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
@@ -20,13 +20,13 @@ jobs:
2020
- name: Setup Hugo
2121
uses: peaceiris/actions-hugo@v2
2222
with:
23-
hugo-version: '0.91.2'
23+
hugo-version: '0.118.2'
2424
extended: true
2525

2626
- name: Setup Node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '14'
29+
node-version: '18'
3030

3131
- run: npm install
3232

content/documentation/database/migrations.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ development:
184184
185185
## Migraciones una vez desplegadas
186186
187-
{{< note "Esta sección es solo para usuarios de Buffalo.">}}
187+
{{< note "Esta sección es solo para usuarios de Buffalo." />}}
188188
189189
Cuando cionstruyes tu aplicaión, las migraciones se almacenan dentro de tu binario. Tu binario tiene un comando `migrate` escondido que realiza las migraciones, tal como lo hace cuando usa `buffalo pop migrate`:
190190

content/documentation/database/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ development:
181181
182182
## Migrations Once Deployed
183183
184-
{{< note "This section is only for Buffalo users.">}}
184+
{{< note "This section is only for Buffalo users." />}}
185185
186186
187187
When you build your app, the migrations are stored inside your binary. Your binary has a hidden `migrate` command baked in that performs the migrations, just like it does when you use `buffalo pop migrate`:

content/documentation/database/migrations.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ development:
181181
182182
## Migrations Once Deployed
183183
184-
{{< note "This section is only for Buffalo users.">}}
184+
{{< note "This section is only for Buffalo users." />}}
185185
186186
187187
When you build your app, the migrations are stored inside your binary. Your binary has a hidden `migrate` command baked in that performs the migrations, just like it does when you use `buffalo pop migrate`:
File renamed without changes.

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ publish = "public"
33
command = "hugo"
44

55
[build.environment]
6-
HUGO_VERSION = "0.91.2"
7-
NODE_VERSION = "16.9.0"
6+
HUGO_VERSION = "0.118.2"
7+
NODE_VERSION = "18.18.0"
88

99
[context.production.environment]
1010
HUGO_ENV = "production"

0 commit comments

Comments
 (0)