docsearch-scraper/action.yml

9 lines
194 B
YAML
Raw Normal View History

2021-07-06 01:08:43 +08:00
name: 'DocSearch Scraper Action'
2021-07-06 19:31:46 +08:00
description: 'Algolia DocSearch Scraper in Docker for GitHub Actions'
2021-07-06 01:08:43 +08:00
runs:
using: 'docker'
image: 'Dockerfile'
2021-07-06 19:34:58 +08:00
branding:
icon: 'search'
color: 'purple'