Skip to content

Commit e661f85

Browse files
authored
🐦 Change social link from Twitter to BlueSky (#2216)
1 parent 15f6552 commit e661f85

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/lazy-eyes-remember.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"myst-cli": patch
3+
---
4+
5+
Change social links to drop Twitter

packages/myst-cli/src/init/gh-actions/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ${filename}
177177
? `at:\n\n ${githubPagesUrl}\n`
178178
: 'on your https://{{ organization }}.github.io/{{ repo }} domain'
179179
}
180-
7. 🎉 Celebrate and tell us about your site on Twitter or Mastodon! 🐦 🐘
180+
7. 🎉 Celebrate and tell us about your site on BlueSky or Mastodon! 🐦 🐘
181181
`,
182182
);
183183
}
@@ -218,7 +218,7 @@ ${filename}
218218
5. Push these changes (and/or merge to ${prompt.branch})
219219
6. Look for a new action to start${githubUrl ? `\n\n ${githubUrl}/actions\n` : ''}
220220
7. Once the action completes, your site should be deployed
221-
8. 🎉 Celebrate and tell us about your site on Twitter or Mastodon! 🐦 🐘
221+
8. 🎉 Celebrate and tell us about your site on BlueSky or Mastodon! 🐦 🐘
222222
`,
223223
);
224224
}

0 commit comments

Comments
 (0)