Skip to content

Commit

Permalink
revised markdown format
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey committed Dec 8, 2023
1 parent 9f626f5 commit 5cbce65
Show file tree
Hide file tree
Showing 23 changed files with 878 additions and 2,304 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Automatically generated CODEOWNERS
# Regenerate with `make update-codeowners`
draft-ssmith-keri.md [email protected]
spec.md [email protected]
42 changes: 0 additions & 42 deletions .github/workflows/archive.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/ghpages.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/publish.yml

This file was deleted.

14 changes: 4 additions & 10 deletions .github/workflows/revised-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,18 @@ jobs:
run: |
pip install -r requirements.txt
- name: Combine
run: |
mkdir docs
rm -f docs/index.md
touch docs/index.md; cat 0*.md > docs/index.md
- name: Deploy
run: |
mkdocs gh-deploy
- name: pandoc
uses: MatthiasValvekens/pandoc-iso@master
with:
md-in: docs/index.md
docx-out: docs/index.docx
md-in: spec.md
docx-out: docs/spec.docx

- name: Upload
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-iso-draft
path: docs/index.docx
name: ${{ github.event.repository.name }}-toip-draft
path: docs/spec.docx
36 changes: 0 additions & 36 deletions .github/workflows/update.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .note.xml

This file was deleted.

17 changes: 0 additions & 17 deletions 00_title.md

This file was deleted.

8 changes: 0 additions & 8 deletions 01_foreword.md

This file was deleted.

9 changes: 0 additions & 9 deletions 02_introduction.md

This file was deleted.

13 changes: 0 additions & 13 deletions 03_scope.md

This file was deleted.

3 changes: 0 additions & 3 deletions 04_normative_references.md

This file was deleted.

78 changes: 0 additions & 78 deletions 05_terms_and_defs.md

This file was deleted.

Loading

0 comments on commit 5cbce65

Please sign in to comment.