Skip to content

Add informative annex, explaining Virtual and Visual channels #182

Add informative annex, explaining Virtual and Visual channels

Add informative annex, explaining Virtual and Visual channels #182

Workflow file for this run

name: Generate doc from markdown
on: push
jobs:
generate_doc:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: List files
run: |
ls -la
mkdir output
- uses: docker://pandoc/core:latest
with:
args: >- # allows you to break string into multiple lines
--standalone
--from markdown
--output=mvr-spec.docx
mvr-spec.md
- uses: actions/upload-artifact@v4
with:
name: mvr-spec
path: mvr-spec.docx