bradnow Claude Sonnet 4.6 commited on
Commit
9a74a7d
Β·
1 Parent(s): ec6ce00

Update Space colors: prod indigo, staging red

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. scripts/push-staging.sh +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  title: NowAI-Bench
3
  emoji: πŸƒ
4
- colorFrom: purple
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
 
1
  ---
2
  title: NowAI-Bench
3
  emoji: πŸƒ
4
+ colorFrom: indigo
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
scripts/push-staging.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/usr/bin/env bash
2
  # Push main to staging HF Space and patch its title/color.
3
  #
4
- # README.md in git stays prod-canonical (title: NowAI-Bench, colorFrom: pink).
5
  # After each push, huggingface_hub.metadata_update() commits a README patch
6
  # directly on the staging Space. We force-push on the next run to overwrite it,
7
  # so that commit never needs to be merged locally.
@@ -10,7 +10,7 @@ set -euo pipefail
10
  STAGING_REMOTE="origin"
11
  STAGING_SPACE="ServiceNow-AI/NowAI-Bench-Staging"
12
  STAGING_TITLE="NowAI-Bench Staging"
13
- STAGING_COLOR="indigo"
14
 
15
  echo "β†’ Force-pushing to staging (overwrites prior metadata patch)..."
16
  git push --force "$STAGING_REMOTE" main
 
1
  #!/usr/bin/env bash
2
  # Push main to staging HF Space and patch its title/color.
3
  #
4
+ # README.md in git stays prod-canonical (title: NowAI-Bench, colorFrom: indigo).
5
  # After each push, huggingface_hub.metadata_update() commits a README patch
6
  # directly on the staging Space. We force-push on the next run to overwrite it,
7
  # so that commit never needs to be merged locally.
 
10
  STAGING_REMOTE="origin"
11
  STAGING_SPACE="ServiceNow-AI/NowAI-Bench-Staging"
12
  STAGING_TITLE="NowAI-Bench Staging"
13
+ STAGING_COLOR="red"
14
 
15
  echo "β†’ Force-pushing to staging (overwrites prior metadata patch)..."
16
  git push --force "$STAGING_REMOTE" main