Skip to content

Commit

Permalink
update components (#1424)
Browse files Browse the repository at this point in the history
* aaa

* add type module
  • Loading branch information
dimaMachina authored Apr 11, 2024
1 parent 0fb0d13 commit 87cbe8e
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 1,374 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,4 @@ jobs:
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}

algolia:
uses: the-guild-org/shared-config/.github/workflows/algolia-integrity.yml@main
with:
domain: https://www.the-guild.dev/graphql/config/
source: 'Config'
setupEnvWorkingDirectory: './website'
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@ jobs:
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}

algolia:
uses: the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
algoliaAdminApiKey: ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
with:
domain: https://www.the-guild.dev/graphql/config/
source: 'Config'
setupEnvWorkingDirectory: './website'
packageManager: 'pnpm'
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ dist/
out/
.next/
.husky/_/
algolia-lockfile.json
.bob/
pnpm-lock.yaml
Loading

0 comments on commit 87cbe8e

Please sign in to comment.