Fix stack behaving as a queue as per course video #19
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: Run Algolia Scraper | |
on: | |
push: | |
branches: ["master", "develop"] | |
pull_request: | |
branches: ["master", "develop"] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: darrenjennings/algolia-docsearch-action@master | |
with: | |
algolia_application_id: ${{ secrets.ALGOLIA_APP_ID }} | |
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }} | |
file: "algolia.config.json" |