Skip to content

[Docs] Format with mdformat #5

[Docs] Format with mdformat

[Docs] Format with mdformat #5

Workflow file for this run

name: Update Wiki
# on: [push]
# recommended
on:
push:
paths:
- 'wiki/**'
branches:
- docs/wiki-migration
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ineshbose/wiki-action@v1
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WIKI_DIR: 'wiki'
WIKI_IGNORE: "Licenses, Examples"