1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:00:05 +08:00

Add adction to update wiki

This commit is contained in:
Shidong Wang 2021-02-17 14:53:24 +08:00
parent 9f7a33e326
commit cf62c149f9

20
.github/workflows/async_wiki.yml vendored Normal file
View File

@ -0,0 +1,20 @@
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 }}
run: ./wiki/async.sh ${{ matrix.wikiLang }}