Skip to content

Commit b35fcdc

Browse files
committed
Update workflow
1 parent 9bd8794 commit b35fcdc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow referenced from: https://gohugo.io/host-and-deploy/host-on-github-pages/
2-
name: Deploy Hugo Site to Pages
2+
name: Deploy Hugo site to Pages
33

44
on:
55
push:
@@ -14,23 +14,23 @@ permissions:
1414
id-token: write
1515

1616
concurrency:
17-
group: "pages"
17+
group: pages
1818
cancel-in-progress: false
1919

2020
defaults:
2121
run:
2222
shell: bash
2323
working-directory: ./marketing
2424

25-
env:
26-
GO_VERSION: 1.25.3
27-
HUGO_VERSION: 0.152.2
28-
NODE_VERSION: 22.20.0
29-
TZ: America/Toronto
30-
3125
jobs:
3226
build:
3327
runs-on: ubuntu-latest
28+
env:
29+
DART_SASS_VERSION: 1.93.2
30+
GO_VERSION: 1.25.3
31+
HUGO_VERSION: 0.152.2
32+
NODE_VERSION: 22.20.0
33+
TZ: America/Toronto
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v5

0 commit comments

Comments
 (0)