Updated
This commit is contained in:
parent
ad71c0508e
commit
fe419052e9
4 changed files with 4 additions and 5 deletions
3
.github/workflows/hugo.yaml
vendored
3
.github/workflows/hugo.yaml
vendored
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -24,7 +23,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.142.0
|
HUGO_VERSION: 0.144.2
|
||||||
steps:
|
steps:
|
||||||
- name: Install Hugo CLI
|
- name: Install Hugo CLI
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Gallery"
|
title: "Photos"
|
||||||
menu: "main"
|
menu: "main"
|
||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Gallery"
|
title: "Photos"
|
||||||
menu: "main"
|
menu: "main"
|
||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Gallery"
|
title: "Photos"
|
||||||
menu: "main"
|
menu: "main"
|
||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
Loading…
Add table
Add a link
Reference in a new issue