提交 07127569 编写于 作者: Y Yi Huang 提交者: hydai

[CI] Add workflow for witx doc.

上级 79280142
name: doc
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
gen_doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: rustup
run: |
rustup update stable --no-self-update
rustup default stable
- name: generate md from witx # XXX: md files goes nowhere
run: ./generate.sh
working-directory: utils/witx-doc
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册