Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey committed Dec 12, 2023
1 parent fdcfcee commit b9b9bbf
Show file tree
Hide file tree
Showing 11 changed files with 2,227 additions and 312 deletions.
101 changes: 0 additions & 101 deletions .circleci/config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .github/CODEOWNERS

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/archive.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

42 changes: 42 additions & 0 deletions .github/workflows/revised-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: revised-format
on:
push:
branches:
- revised-format
workflow_dispatch:
branches:
- revised-format

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: revised-format

- name: Set up Python 3.10.4
uses: actions/setup-python@v2
with:
python-version: 3.10.4

- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Deploy
run: |
mkdocs gh-deploy
- name: pandoc
uses: MatthiasValvekens/pandoc-iso@master
with:
md-in: spec.md
docx-out: docs/spec.docx

- name: Upload
uses: actions/upload-artifact@v3
with:
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.

11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

Loading

0 comments on commit b9b9bbf

Please sign in to comment.