mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
Add adction to update wiki
This commit is contained in:
parent
9f7a33e326
commit
cf62c149f9
20
.github/workflows/async_wiki.yml
vendored
Normal file
20
.github/workflows/async_wiki.yml
vendored
Normal 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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user