Skip to content

Commit 8e0e0cc

Browse files
Merge pull request #153 from mvrdevelopment/Prep_MVR_DIN_Spec
Prep mvr din spec
2 parents 1cbddd7 + f63aa1a commit 8e0e0cc

31 files changed

+16398
-468
lines changed

.github/workflows/check-links.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Check links in markdown
2+
3+
on: push
4+
5+
jobs:
6+
test_links_in_readme:
7+
runs-on: ubuntu-22.04
8+
steps:
9+
- uses: actions/checkout@v3
10+
- name: List files
11+
run: ls -la
12+
- uses: docker://pandoc/core:2.9
13+
with:
14+
args: >- # allows you to break string into multiple lines
15+
--standalone
16+
--from markdown
17+
--output=mvr-spec.html
18+
mvr-spec.md
19+
- name: Run htmltest
20+
uses: wjdp/htmltest-action@master
21+
with:
22+
path: mvr-spec.html

.github/workflows/generate-doc.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Generate doc from markdown
2+
3+
on: push
4+
5+
jobs:
6+
generate_doc:
7+
runs-on: ubuntu-22.04
8+
steps:
9+
- uses: actions/checkout@v3
10+
- name: List files
11+
run: |
12+
ls -la
13+
mkdir output
14+
- uses: docker://pandoc/core:2.9
15+
with:
16+
args: >- # allows you to break string into multiple lines
17+
--standalone
18+
--from markdown
19+
--output=mvr-spec.docx
20+
mvr-spec.md
21+
- uses: actions/upload-artifact@v3
22+
with:
23+
name: mvr-spec
24+
path: mvr-spec.docx

media/KeepSizeCenter.png

9.58 KB
Loading

media/MVR_Commit_1.png

70.7 KB
Loading

media/MVR_Commit_2.png

76.8 KB
Loading

media/MVR_Commit_3.png

84.8 KB
Loading

media/MVR_Commit_4.png

190 KB
Loading

media/MVR_Join_1.png

119 KB
Loading

media/MVR_Join_2.png

147 KB
Loading

media/MVR_Join_3.png

136 KB
Loading

0 commit comments

Comments
 (0)