Skip to content

Commit d4c23f1

Browse files
committed
Fix GitHub action - closes #6
1 parent b0dd22c commit d4c23f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build Blog
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: [$default-branch]
10+
branches: [main]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

posts/webthings-gateway-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: "The WebThings community are very excited to announce the WebThings Gatewa
55
date: 2025-12-19
66
author: "Ben Francis"
77
authorUrl: "https://tola.me.uk"
8-
permalink: "2025/12/19/webthings-gateway-2.0"
8+
permalink: "2025/12/19/webthings-gateway-2.0/"
99
tags: post
1010
featuredImage: "webthings_gateway_2.0_banner.png"
1111
---

0 commit comments

Comments
 (0)