delete all empty chunk files without reason / 删除所有空文件 #184
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: "issue x algolia" | |
on: | |
push: | |
branches: | |
- master | |
issues: | |
label: | |
jobs: | |
# test action works running from the issue created/deleted etc... | |
event: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ohmycheatsheet/actions-algolia@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
ALGOLIA_APPID: ${{ secrets.ALGOLIA_APPID }} | |
ALGOLIA_APP_KEY: ${{ secrets.ALGOLIA_APP_KEY }} |