1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/.github/workflows/async_wiki.yml

22 lines
442 B
YAML
Raw Normal View History

2021-02-17 14:53:24 +08:00
name: Async SpaceVim wiki
on: [push]
jobs:
check:
strategy:
fail-fast: false
matrix:
wikiLang: ["cn", "en"]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Detach ${{ matrix.wikiLang }}
env:
BOTSECRET: ${{ secrets.BOTSECRET }}
2021-08-26 21:00:19 +08:00
BOTSECRET_GITHUB: ${{ secrets.BOTSECRET_GITHUB }}
2021-02-17 14:53:24 +08:00
run: ./wiki/async.sh ${{ matrix.wikiLang }}