File tree Expand file tree Collapse file tree 7 files changed +30
-128
lines changed Expand file tree Collapse file tree 7 files changed +30
-128
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
uses : the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
20
20
secrets :
21
21
githubToken : ${{ secrets.GITHUB_TOKEN }}
22
+
23
+ algolia :
24
+ uses : the-guild-org/shared-config/.github/workflows/algolia-integrity.yml@main
25
+ with :
26
+ domain : https://www.the-guild.dev/graphql/modules/
27
+ source : ' Modules'
28
+ secrets :
29
+ githubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
secrets :
14
14
githubToken : ${{ secrets.GITHUB_TOKEN }}
15
15
npmToken : ${{ secrets.NODE_AUTH_TOKEN }}
16
+
17
+ algolia :
18
+ uses : the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
19
+ secrets :
20
+ githubToken : ${{ secrets.GITHUB_TOKEN }}
21
+ algoliaAppId : ${{ secrets.ALGOLIA_APP_ID }}
22
+ algoliaAdminApiKey : ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
23
+ algoliaIndexName : ${{ secrets.ALGOLIA_INDEX_NAME }}
24
+ with :
25
+ domain : https://www.the-guild.dev/graphql/modules/
26
+ source : ' Modules'
Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "algolia-sync" : " node scripts/algolia-ci.mjs" ,
8
7
"build" : " next build && next-sitemap --config next-sitemap.config.cjs " ,
9
8
"dev" : " next dev" ,
10
9
"next" : " next" ,
32
31
]
33
32
},
34
33
"devDependencies" : {
35
- "@theguild/algolia" : " 0. 1.0" ,
34
+ "@theguild/algolia" : " 1.0.1 " ,
36
35
"@theguild/tailwind-config" : " 0.1.1" ,
37
36
"@types/node" : " 18.7.18" ,
38
37
"@types/react" : " 18.0.21" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2658
2658
dependencies:
2659
2659
defer-to-connect "^2.0.0"
2660
2660
2661
- "@theguild/algolia@0. 1.0":
2662
- version "0. 1.0"
2663
- resolved "https://registry.yarnpkg.com/@theguild/algolia/-/algolia-0. 1.0.tgz#3937ad35df42cde7972137369b2f23f2118eb1f3 "
2664
- integrity sha512-bIC4qBUj1U/EOkNx7ncFP9uX3cc8u+rRx3duNQv3eA3NUIAn4VmQsAwPx8kKJwSsUSQ0H2vJAh3RtaG5kSVvHA ==
2661
+
2662
+ version "1.0.1 "
2663
+ resolved "https://registry.yarnpkg.com/@theguild/algolia/-/algolia-1.0.1. tgz#002f638dbcb5be9c4c5ecb827c9f48d1f7c48210 "
2664
+ integrity sha512-9T57HvRGpylJAwFdLfIoEBDqfNTG7Z0u60j7RLQ1s5wyKcMpMpgnRmw96y7c+50pCeok/NmgsKZyDhUgsyzNDg ==
2665
2665
dependencies:
2666
2666
algoliasearch "^4.13.1"
2667
+ commander "^9.4.1"
2667
2668
github-slugger "^1.4.0"
2668
2669
glob "^8.0.3"
2669
2670
gray-matter "^4.0.3"
@@ -4464,6 +4465,11 @@ commander@^9.3.0:
4464
4465
resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b"
4465
4466
integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==
4466
4467
4468
+ commander@^9.4.1:
4469
+ version "9.4.1"
4470
+ resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"
4471
+ integrity sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==
4472
+
4467
4473
commondir@^1.0.1:
4468
4474
version "1.0.1"
4469
4475
resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
You can’t perform that action at this time.
0 commit comments