File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ alias shell := console
191191 fi
192192
193193 if echo {{ VALID_BUCKETS}} | grep -q -w ' {{ BUCKET}} ' ; then \
194- aws s3 sync s3:// {{ BUCKET}} / static/ static/ static-large/ --profile ' upload-images' ; \
194+ aws s3 sync s3:// {{ BUCKET}} / static/ static/ static-large/ --profile ' upload-images' --delete ; \
195195 echo " All missing or outdated static items synced." ; \
196196 else \
197197 echo " Bucket name invalid." ; \
Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ <h3>{{ section_title }}</h3>
726726 < div class ="v3-examples-section__block " id ="{{ section_title|slugify }} ">
727727 < h3 > {{ section_title }}</ h3 >
728728 < div class ="v3-examples-section__example-box ">
729- < img src ="{% large_static 'img/v3/learn-page/Learn_Octopus .png' %} " alt ="Large Media Example " />
729+ < img src ="{% large_static 'img/v3/learn-page/learn_octopus .png' %} " alt ="Large Media Example " />
730730 </ div >
731731 </ div >
732732 {% endwith %}
You can’t perform that action at this time.
0 commit comments