this is despairing...
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build and Deploy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
@@ -17,11 +17,11 @@ jobs:
|
|||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: "latest"
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify --buildFuture
|
||||||
|
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
run: sudo apt-get update && sudo apt-get install -y rsync
|
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ defaultContentLanguage = "en"
|
|||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
summaryLength = 0
|
summaryLength = 0
|
||||||
buildDrafts = false
|
buildDrafts = false
|
||||||
buildFuture = false
|
buildFuture = true
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
# googleAnalytics = ""
|
# googleAnalytics = ""
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ type: blogpost
|
|||||||
image: featuredjbo.jpg
|
image: featuredjbo.jpg
|
||||||
categories: ["blog", "posts"]
|
categories: ["blog", "posts"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Yesterday I had the pleasure of going to a concert of the Marktfest in Saalfeld. While I skipped the very first Band I got to see both Die Happy and JBO.
|
Yesterday I had the pleasure of going to a concert of the Marktfest in Saalfeld. While I skipped the very first Band I got to see both Die Happy and JBO.
|
||||||
|
|
||||||
## Die Happy
|
## Die Happy
|
||||||
|
|||||||
Reference in New Issue
Block a user