Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/youtube-section-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
python-version: '3.11'

- name: Injecter les videos et le CSS via Python
shell: python
shell: bash
run: |
python <<'PY'
import json
import re
import os
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
with open(css_path, 'w', encoding='utf-8') as f:
f.write(css_content)
print('style.css cree avec CSS YouTube')
PY

- name: Commit et push
run: |
Expand Down
Loading