Add logo and brand with more CCCHH #10

Merged
stb merged 6 commits from logo into main 2024-10-13 13:29:37 +02:00
Showing only changes of commit d037eca506 - Show all commits

View file

@ -44,7 +44,7 @@ jobs:
- name: Build website (staging)
if: github.ref_name != 'main'
run: |
hugo server --buildFuture --buildDrafts
hugo --buildFuture --buildDrafts
- name: Deploy - Prepare keys
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule'