chore(deps): bump @docusaurus/plugin-client-redirects in /website #491
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
name: Crawl PactFlow docs | |
on: | |
schedule: | |
- cron: "0 0 * * 0" | |
push: | |
workflow_dispatch: | |
jobs: | |
pactflow_docs_crawler: | |
runs-on: ubuntu-latest | |
env: | |
PACTFLOW_ALGOLIA_APP_ID: LY8MHW6MWQ | |
PACTFLOW_ALGOLIA_KEY: ${{secrets.PACTFLOW_ALGOLIA_KEY}} | |
name: Index PactFlow site | |
steps: | |
- uses: actions/checkout@v3 | |
- run: make crawl |