Skip to content

Commit b69113c

Browse files
plus-hiclaude
andcommitted
Remove /website base path now that custom domain is configured
The custom domain techladies.co is active, so the /website base path is no longer needed for the TechLadies/website repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 10a0f8f commit b69113c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
run: |
3333
if [ "${{ github.repository }}" = "plus-hi/techladies-staging" ]; then
3434
echo "NEXT_PUBLIC_BASE_PATH=/techladies-staging" >> $GITHUB_ENV
35-
elif [ "${{ github.repository }}" = "TechLadies/website" ]; then
36-
# Remove this line once custom domain (techladies.co) is configured
37-
echo "NEXT_PUBLIC_BASE_PATH=/website" >> $GITHUB_ENV
3835
fi
3936
4037
- name: Install dependencies

0 commit comments

Comments
 (0)