You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- for dir in styles/* ; do if [ -d "$dir" ] ; then aws s3 cp "$dir".css s3://$BUCKET_CSS_PATH && aws s3 cp "$dir" s3://$BUCKET_REVEALJS_PATH/css/theme/"$dir" --recursive ; fi ; done