Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mermaid Diagram Support #134

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
# Note: No caching for this build!

- name: "Update Archive"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
env:
ARCHIVE_FULL: ${{ inputs.archive_full }}
with:
make: archive
token: ${{ github.token }}

- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
with:
make: gh-archive
token: ${{ github.token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
restore-keys: i-d-

- name: "Build Drafts"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
with:
token: ${{ github.token }}

- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
if: ${{ github.event_name == 'push' }}
with:
make: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
restore-keys: i-d-

- name: "Build Drafts"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
with:
token: ${{ github.token }}

- name: "Upload to Datatracker"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
with:
make: upload

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2

- name: "Update Generated Files"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v1m
with:
make: update-files
token: ${{ github.token }}
Expand Down
3 changes: 2 additions & 1 deletion draft-ietf-scitt-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -1417,4 +1417,5 @@ Registry {{IANA.params}}, following the template in {{RFC3553}}:
~~~ mermaid
sequenceDiagram
participant Issuer
~~~
~~~
{: artwork-svg-options="-p puppeteer-config.json"}
Loading