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
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 17s
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
@@ -25,7 +26,7 @@ jobs:
|
||||
- name: Build site with Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user