removed test code and removed filmabend

This commit is contained in:
Marek Krug 2025-02-11 23:12:21 +01:00
parent c5a5ae90d0
commit dec4fce900
5 changed files with 8 additions and 12 deletions

View file

@ -63,10 +63,7 @@ jobs:
- name: Copy calendar to output dir
run: cp static/all.ics public/all.ics
- name: Update homepage with latest event
run: |
upcoming="$(python tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')" && sed -i "s#CALENDAR#$upcoming#g" public/index.html
echo $upcoming
cat public/index.html
run: upcoming="$(python tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')" && sed -i "s#CALENDAR#$upcoming#g" public/index.html
- uses: actions/upload-artifact@v4
name: Upload pages
with: