Merge pull request #1061 from ae-utbm/fix-doc-ci

fix doc deployment
This commit is contained in:
thomas girod 2025-04-04 15:01:44 +02:00 committed by GitHub
commit 5c48924387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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