style: adjust punctuation #3
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: Aloglia DocSearch | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
docsearch: | |
runs-on: ubuntu-latest | |
name: Aloglia DocSearch | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: darrenjennings/algolia-docsearch-action@master | |
with: | |
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }} | |
algolia_application_id: ${{ secrets.ALGOLIA_APPLICATION_ID }} | |
# needs to be inside $GITHUB_WORKSPACE from actions/checkout step | |
file: config.json |