File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Sync files to Google Cloud Storage
3333 run : |
34- gcloud storage rsync --dry-run --recursive dist gs://mc-high-impact/sds/$version
35-
36- # - name: List files in bucket (Optional - for verification)
37- # run: |
38- # gsutil ls gs://${{ secrets.GCP_BUCKET_NAME }}/my_files
34+ gcloud storage rsync --recursive dist gs://mc-high-impact/sds/$version/dist
35+ gcloud storage rsync --recursive static/css gs://mc-high-impact/sds/$version/css
Original file line number Diff line number Diff line change @@ -2337,6 +2337,11 @@ footer {
23372337/**
23382338 * Related stories
23392339 */
2340+ .related-stories > * : last-child {
2341+ border-bottom : 0.5px solid var (--secondary-text-color );
2342+ padding-bottom : var (--space );
2343+ }
2344+
23402345.related-stories h3 {
23412346 font-size : 0.89rem ;
23422347}
@@ -2348,10 +2353,6 @@ footer {
23482353 margin-bottom : var (--space );
23492354}
23502355
2351- .related-stories hr {
2352- margin-top : 15px ;
2353- }
2354-
23552356@media (max-width : 674px ) {
23562357 .related-stories .package ::after {
23572358 content : "" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " saratoga-design-system" ,
3- "version" : " 2.5.5" ,
3+ "version" : " 2.5.7" ,
4+ "scripts" : {
5+ "build" : " sass --style expanded --no-source-map builds:dist" ,
6+ "version" : " npm run build && git add -A dist" ,
7+ "postversion" : " git push"
8+ },
49 "files" : [
510 " dist/saratoga.css" ,
611 " dist/dsp.css" ,
You can’t perform that action at this time.
0 commit comments