...
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' - '**.toml'
- '**.html' - '**.html'
- '**.yml' - '**.yml'
- '**.json'
jobs: jobs:
check-and-create-pr: check-and-create-pr:
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'
+1 -1
View File
@@ -7,7 +7,7 @@
"buildTags": "extended" "buildTags": "extended"
}, },
"devDependencies": { "devDependencies": {
"hugo-bin": "0.148.0" "hugo-bin": "v0.148.0"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"