File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
- uses : the-guild-org/shared-config/website-cf@main
28
28
name : build and deploy website
29
29
env :
30
- NEXT_BASE_PATH : ${{ github.ref == 'refs/heads/v2 ' && '/graphql/yoga-server' || '' }}
31
- SITE_URL : ${{ github.ref == 'refs/heads/v2 ' && 'https://the-guild.dev/graphql/yoga-server' || '' }}
30
+ NEXT_BASE_PATH : ${{ github.ref == 'refs/heads/v3 ' && '/graphql/yoga-server' || '' }}
31
+ SITE_URL : ${{ github.ref == 'refs/heads/v3 ' && 'https://the-guild.dev/graphql/yoga-server' || '' }}
32
32
NEXT_PUBLIC_ALGOLIA_INDEX_NAME : ${{ secrets.NEXT_PUBLIC_ALGOLIA_INDEX_NAME }}
33
33
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY : ${{ secrets.NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY }}
34
34
NEXT_PUBLIC_ALGOLIA_APP_ID : ${{ secrets.NEXT_PUBLIC_ALGOLIA_APP_ID }}
You can’t perform that action at this time.
0 commit comments