Skip to content

Commit

Permalink
website fixes and update to latest guild/components (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored Mar 24, 2024
1 parent dd6c72e commit 6bc60fe
Show file tree
Hide file tree
Showing 10 changed files with 1,010 additions and 912 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/algolia-integrity.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,3 @@ jobs:
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}

algolia-publish:
uses: the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
algoliaAdminApiKey: ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
with:
packageManager: pnpm
domain: https://www.the-guild.dev/graphql/inspector/
source: 'Inspector'
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
projectName: graphql-inspector
prId: ${{ github.event.pull_request.number }}
websiteDirectory: ./
buildScript: pnpm build && cd website && pnpm build && pnpm export
buildScript: pnpm build && cd website && pnpm build
artifactDir: website/out
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ action/

# remove when prettier will support MDX (v3)
website/src/pages/docs/api/schema.mdx
website/algolia-lockfile.json
.bob/
.changeset/*.md
pnpm-lock.yaml
Expand Down
Loading

0 comments on commit 6bc60fe

Please sign in to comment.