Remove legacy IndieKit auth config from static blog repo

This commit is contained in:
svemagie
2026-03-08 04:41:43 +01:00
parent d7bb8f0c52
commit 5722e80c8e
3 changed files with 1 additions and 78 deletions

View File

@@ -39,7 +39,6 @@ jobs:
echo "AUTHOR_TITLE=${{ secrets.AUTHOR_TITLE }}" >> .env
echo "AUTHOR_PRONOUN=${{ secrets.AUTHOR_PRONOUN }}" >> .env
echo "SITE_LOCALE=${{ secrets.SITE_LOCALE }}" >> .env
echo "INDIEKIT_PASSWORD=${{ secrets.INDIEKIT_PASSWORD }}" >> .env
- name: Build site
run: npm run build