mkdir to fix tee

This commit is contained in:
2025-04-10 15:48:45 -07:00
parent 2faabee6c4
commit 647c20955c
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- name: Install package
run: poetry install --no-interaction
- name: Generate new calendar Files
run: poetry run generate-ics | tee output/run_logs.txt
run: mkdir output && poetry run generate-ics | tee output/run_logs.txt
env:
GOOGLE_SERVICE_ACCOUNT_CREDS: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDS }}
#----------------------------------------------