From 927538093e73728e856944dccc281ec23ac7d99f Mon Sep 17 00:00:00 2001 From: Pierre Dubois Date: Tue, 21 May 2024 15:27:22 -0400 Subject: [PATCH] CID - Update for the copy missing _sprite_share.scss (#2364) Because 'Share this page' plugin was updated in wet-boew to add support for X social media. Diff: https://gist.github.com/duboisp/d69787b300eb1f4d40f937508e10d013/revisions Related to wet-boew PR # 9734 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 22a095895c..72ac02d0a0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -79,7 +79,7 @@ jobs: - name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit run: | - curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/12cd8472baf6070d9868bdce3d961c3fb6320c83/_sprites_share.scss >> _sprites_share.scss + curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/86e7a0b15ad6a695754599e9793e986b460bf514/_sprites_share.scss >> _sprites_share.scss mv _sprites_share.scss node_modules/wet-boew/src/plugins/share/sprites/_sprites_share.scss - name: Checkout wet-boew latest build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f2bb9733f..54947a33c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit run: | - curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/12cd8472baf6070d9868bdce3d961c3fb6320c83/_sprites_share.scss >> _sprites_share.scss + curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/86e7a0b15ad6a695754599e9793e986b460bf514/_sprites_share.scss >> _sprites_share.scss mv _sprites_share.scss node_modules/wet-boew/src/plugins/share/sprites/_sprites_share.scss - name: Checkout wet-boew latest build