Skip to content

Commit 51445e6

Browse files
authored
Update website.yml to make website standalone (#1543)
1 parent e617534 commit 51445e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/website.yml

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- uses: the-guild-org/shared-config/website-cf@main
2828
name: build and deploy website
2929
env:
30-
NEXT_BASE_PATH: ${{ github.ref == 'refs/heads/master' && '/graphql/shield' || '' }}
31-
SITE_URL: ${{ github.ref == 'refs/heads/master' && 'https://the-guild.dev/graphql/shield' || '' }}
3230
NEXT_PUBLIC_ALGOLIA_INDEX_NAME: ${{ secrets.NEXT_PUBLIC_ALGOLIA_INDEX_NAME }}
3331
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY: ${{ secrets.NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY }}
3432
NEXT_PUBLIC_ALGOLIA_APP_ID: ${{ secrets.NEXT_PUBLIC_ALGOLIA_APP_ID }}

0 commit comments

Comments
 (0)