Skip to content

Commit 25f5d8b

Browse files
committed
Use a Debian base
1 parent aedc9de commit 25f5d8b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ concurrency:
1515
group: pages
1616
cancel-in-progress: false
1717

18+
defaults:
19+
run:
20+
shell: bash
21+
1822
jobs:
1923
build:
2024
runs-on: ubuntu-latest
2125
container:
22-
image: hugomods/hugo:exts
26+
image: hugomods/hugo:debian-dart-sass-node-git-non-root
2327
env:
2428
TZ: Europe/Budapest
2529

0 commit comments

Comments
 (0)