-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from gnolang/ci/meilisearch
chore(ci): index to meilisearch
- Loading branch information
Showing
5 changed files
with
2,160 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: meilisearch | ||
|
||
on: | ||
workflow_dispatch: {} | ||
workflow_run: | ||
workflows: ["Deploy docs to netlify"] | ||
types: | ||
- completed | ||
|
||
jobs: | ||
indexing: | ||
runs-on: ubuntu-latest | ||
name: Indexing | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: 'meilisearch/scrapix' | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '20.x' | ||
|
||
- run: yarn install | ||
|
||
- run: yarn start -c "${SCRAPIX_CONFIG}" | ||
env: | ||
SCRAPIX_CONFIG: ${{ secrets.SCRAPIX_CONFIG }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.