fix doc deployment

This commit is contained in:
Thomas Girod 2025-04-04 14:46:26 +02:00
parent b541e7c1fc
commit e4264d400a

View File

@ -3,6 +3,10 @@ on:
push:
branches:
- master
env:
SECRET_KEY: notTheRealOne
DATABASE_URL: sqlite:///db.sqlite3
CACHE_URL: redis://127.0.0.1:6379/0
permissions:
contents: write
jobs: