2
0

feat: ️ Add docs and connect Stripe

This commit is contained in:
Baptiste Arnaud
2022-02-14 16:41:39 +01:00
parent aeb3e4caa7
commit 56bd5fafc3
50 changed files with 6332 additions and 685 deletions

17
.github/workflows/docsearch-scrap.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Docsearch Scrap
on:
schedule:
- cron: '0 8 * * *'
jobs:
scrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: darrenjennings/algolia-docsearch-action@master
with:
algolia_application_id: 'DXYNLHZTGJ'
algolia_api_key: ${{secrets.DOCSEARCH_API_KEY}}
file: 'apps/docs/docsearch-scrapper-config.json'