This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
chore: clean up the building_from_source.md (#725) #23
Workflow file for this run
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: main | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
update-algolia: | |
runs-on: ubuntu-latest | |
env: | |
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }} | |
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }} | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Set up Deno | |
uses: denoland/setup-deno@v1 | |
- name: Update Algolia | |
working-directory: ./.tools | |
run: deno task update |