Skip to content

Commit b06b00b

Browse files
authored
Merge pull request #99 from TechLadies/main-update
Migrate site to GitHub Pages with custom domain support
2 parents 95901f9 + b69113c commit b06b00b

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)