We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd8794 commit b35fcdcCopy full SHA for b35fcdc
1 file changed
.github/workflows/hugo.yaml
@@ -1,5 +1,5 @@
1
# Workflow referenced from: https://gohugo.io/host-and-deploy/host-on-github-pages/
2
-name: Deploy Hugo Site to Pages
+name: Deploy Hugo site to Pages
3
4
on:
5
push:
@@ -14,23 +14,23 @@ permissions:
14
id-token: write
15
16
concurrency:
17
- group: "pages"
+ group: pages
18
cancel-in-progress: false
19
20
defaults:
21
run:
22
shell: bash
23
working-directory: ./marketing
24
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
-
31
jobs:
32
build:
33
runs-on: ubuntu-latest
+ env:
+ DART_SASS_VERSION: 1.93.2
+ GO_VERSION: 1.25.3
+ HUGO_VERSION: 0.152.2
+ NODE_VERSION: 22.20.0
+ TZ: America/Toronto
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v5
0 commit comments