diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 605b6423..2c4f049a 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -23,7 +23,7 @@ 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: @@ -31,7 +31,7 @@ jobs: 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 }} diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index a26b9db7..93c88081 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e01218e..3f2c6e10 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 7a670078..eaa7e9ba 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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 }} diff --git a/draft-ietf-scitt-architecture.md b/draft-ietf-scitt-architecture.md index 0d7075c0..0b312af2 100644 --- a/draft-ietf-scitt-architecture.md +++ b/draft-ietf-scitt-architecture.md @@ -1417,4 +1417,5 @@ Registry {{IANA.params}}, following the template in {{RFC3553}}: ~~~ mermaid sequenceDiagram participant Issuer -~~~ \ No newline at end of file +~~~ +{: artwork-svg-options="-p puppeteer-config.json"} \ No newline at end of file diff --git a/nyancat.svg b/nyancat.svg deleted file mode 100644 index 19a01135..00000000 --- a/nyancat.svg +++ /dev/null @@ -1,634 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 00000000..5d455317 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@mermaid-js/mermaid-cli": "^10.6.1" + } +} diff --git a/puppeteer-config.json b/puppeteer-config.json new file mode 100644 index 00000000..7c7312f6 --- /dev/null +++ b/puppeteer-config.json @@ -0,0 +1,6 @@ +{ + "executablePath": "/usr/bin/chromium-browser", + "args": [ + "--no-sandbox" + ] +} \ No newline at end of file