mkdir to fix tee
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Install package
|
- name: Install package
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction
|
||||||
- name: Generate new calendar Files
|
- 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:
|
env:
|
||||||
GOOGLE_SERVICE_ACCOUNT_CREDS: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDS }}
|
GOOGLE_SERVICE_ACCOUNT_CREDS: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDS }}
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user