...
Deploy Hugo Site / Check and Create PR (push) Successful in 12s
Deploy Hugo Site / Hugo Sanity Check (push) Failing after 59s
Deploy Hugo Site / Build and Deploy to Server (push) Has been skipped
Deploy Hugo Site / PR Merge (push) Has been skipped

This commit is contained in:
2025-07-22 09:02:10 -04:00
parent d860de737f
commit 17ca3a6438
2 changed files with 2 additions and 1 deletions
@@ -13,6 +13,7 @@ on:
- '**.toml'
- '**.html'
- '**.yml'
- '**.json'
jobs:
check-and-create-pr:
if: github.ref != 'refs/heads/main'
+1 -1
View File
@@ -7,7 +7,7 @@
"buildTags": "extended"
},
"devDependencies": {
"hugo-bin": "0.148.0"
"hugo-bin": "v0.148.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"