Skip to content

Commit 902e55b

Browse files
committed
feat: copy changes -d
1 parent d5459cd commit 902e55b

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/workflows/publish.yml

+15
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ env:
5353
BUILD_TIME: ${{ github.event.repository.updated_at }}
5454
BUILD_NUMBER: ${{ github.run_number }}
5555
BUILD_BRANCH: ${{ github.ref_name }}
56+
DISCORD_WEBHOOK_DEV: ${{ secrets.DISCORD_WEBHOOK_DEV }}
5657

5758
jobs:
5859

@@ -546,3 +547,17 @@ jobs:
546547
}
547548
env:
548549
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
550+
551+
notify-discord:
552+
needs: [unit-tests, integration-tests, e2e-tests, deploy-app, deploy-gateway, release]
553+
if: always()
554+
runs-on: ubuntu-latest
555+
steps:
556+
- name: Discord Notification
557+
uses: Ilshidur/action-discord@master
558+
env:
559+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_DEV }}
560+
with:
561+
args: |
562+
${{ job.status == 'success' && '✅' || '❌' }} **${{ github.workflow }}** workflow on **${{ github.ref_name }}** (commit: `${{ github.sha }}`) completed with status: **${{ job.status }}**
563+
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

@fiction/themes/fiction/home/index.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ export async function getHomePage(args: { factory: CardFactory, stock: StockMedi
2929
templateId: 'cardHeroV1',
3030
userConfig: {
3131
superTitle: {
32-
text: 'The First Professional Avatar Platform',
32+
text: 'The New Era of Personal Branding',
3333
theme: 'orange',
34-
icon: { class: 'i-tabler-rosette-number-1' },
34+
icon: { class: 'i-tabler-rocket' }, // Swapped for something dynamic and bold
3535
},
36-
title: `Build Your Reputation with a [@text_effect type=squiggle]Professional Avatar[/@text_effect].`,
37-
subTitle: `Automate your personal brand with your professional avatar. Launch your website, newsletter, and reputation network in minutes.`,
36+
title: `Create Your Ideal [@text_effect type=squiggle]Digital Self[/@text_effect].`,
37+
subTitle: `Turn your story into opportunity with Fiction's AI-powered personal branding and professional networking platform.`, // Swapped for something dynamic and bold
3838

3939
action: {
4040
buttons: [

fiction.png

5.03 KB
Loading

0 commit comments

Comments
 (0)