Skip to content

Commit 8b8b1fc

Browse files
committed
Adapting GH Actions workflow
This commit bumps the Hugo version to the latest, 0.147.8, removes the step to check for Node.js dependencies (not using any), and fixes the timezone to Europe/Madrid. This is in part to address issue #1.
1 parent 465aef1 commit 8b8b1fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.147.2
35+
HUGO_VERSION: 0.147.8
3636
HUGO_ENVIRONMENT: production
37-
TZ: America/Los_Angeles
37+
TZ: Europe/Madrid
3838
steps:
3939
- name: Install Hugo CLI
4040
run: |
@@ -48,8 +48,6 @@ jobs:
4848
- name: Setup Pages
4949
id: pages
5050
uses: actions/configure-pages@v5
51-
- name: Install Node.js dependencies
52-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5351
- name: Cache Restore
5452
id: cache-restore
5553
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)