Update theme path

Change theme path to private repo on gitea and add changes to deploy
action.
This commit is contained in:
Jens M. Sauer 2024-07-28 14:22:22 +02:00
parent 3c46a94c0c
commit 1f825d13ab
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.THEME_DEPLOY_KEY }}
submodules: true
- name: Setup Hugo

View File

@ -3,7 +3,7 @@
## -----------------------------------------------
title = 'Bar Filipo'
theme = "hugo-story"
theme = "bar-filipo.de-theme"
copyright = "2024"
## -----------------------------------------------