Update theme path
Change theme path to private repo on gitea and add changes to deploy action.
This commit is contained in:
parent
3c46a94c0c
commit
1f825d13ab
@ -13,6 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
ssh-key: ${{ secrets.THEME_DEPLOY_KEY }}
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
|
|
||||||
title = 'Bar Filipo'
|
title = 'Bar Filipo'
|
||||||
theme = "hugo-story"
|
theme = "bar-filipo.de-theme"
|
||||||
copyright = "2024"
|
copyright = "2024"
|
||||||
|
|
||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user