fix yaml syntax
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 3m1s
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 3m1s
This commit is contained in:
parent
7f684e149d
commit
84fa48844d
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ jobs:
|
|||
build:
|
||||
runs-on: debian-bookworm
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version: ["0.127.0"]
|
||||
node-version: ["22"]
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version: ["0.127.0"]
|
||||
node-version: ["22"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
Loading…
Add table
Reference in a new issue