ci: enable manual workflow dispatch for publish workflow and adjust minor formatting.
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 17s

This commit is contained in:
2026-01-02 22:37:38 -08:00
parent 8c2efc220f
commit 11c9ca021c

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
build-and-deploy:
@@ -19,13 +20,13 @@ jobs:
with:
ssh-key: ${{ secrets.SSH_KEY }}
persist-credentials: false
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Build site with Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: "latest"
extended: true
- name: Build