There was an error while loading. Please reload this page.
2 parents 95901f9 + b69113c commit b06b00bCopy full SHA for b06b00b
1 file changed
.github/workflows/deploy.yml
@@ -32,9 +32,6 @@ jobs:
32
run: |
33
if [ "${{ github.repository }}" = "plus-hi/techladies-staging" ]; then
34
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
38
fi
39
40
- name: Install dependencies
0 commit comments