script.py aktualisiert
All checks were successful
Continuous Integration / Generate index.html (push) Successful in 10s
All checks were successful
Continuous Integration / Generate index.html (push) Successful in 10s
This commit is contained in:
parent
3b6c3dddab
commit
3ec22e2a31
@ -62,3 +62,6 @@ with open(output_file, 'w') as f:
|
|||||||
|
|
||||||
print(f"HTML file '{output_file}' has been created with links to all files in the bucket.")
|
print(f"HTML file '{output_file}' has been created with links to all files in the bucket.")
|
||||||
|
|
||||||
|
# Upload file to bucket
|
||||||
|
bucket.upload_local_file(local_file=output_file, file_name="index.html")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user