We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e617534 commit 51445e6Copy full SHA for 51445e6
.github/workflows/website.yml
@@ -27,8 +27,6 @@ jobs:
27
- uses: the-guild-org/shared-config/website-cf@main
28
name: build and deploy website
29
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' || '' }}
32
NEXT_PUBLIC_ALGOLIA_INDEX_NAME: ${{ secrets.NEXT_PUBLIC_ALGOLIA_INDEX_NAME }}
33
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY: ${{ secrets.NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY }}
34
NEXT_PUBLIC_ALGOLIA_APP_ID: ${{ secrets.NEXT_PUBLIC_ALGOLIA_APP_ID }}
0 commit comments