Trying to fix github actions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2024-01-27 23:24:56 +02:00
parent f617efe4b7
commit bd2bf4ca22
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- run: npm install
- run: hugo --gc --minify --cleanDestinationDir -d /korhonen.cc
- run: hugo --gc --minify
deploy:
runs-on: ubuntu-latest

View file

@ -3,6 +3,6 @@ languageCode = 'en-us'
title = 'Marko Korhonen'
enableEmoji = true
enableGitInfo = true
enableGitInfo = false
urls = ['.*']