Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.
Merged
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@d2ce969b54014edf5671856b6866866c258bf8f5
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@d2ce969b54014edf5671856b6866866c258bf8f5
with:
make: gh-archive
token: ${{ github.token }}
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Update Editor's Copy"

on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
Expand All @@ -14,6 +16,9 @@ on:
- LICENSE.md
- .gitignore

permissions:
contents: write

jobs:
build:
name: "Update Editor's Copy"
Expand All @@ -39,12 +44,12 @@ jobs:
restore-keys: i-d-

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

- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@d2ce969b54014edf5671856b6866866c258bf8f5
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 @@ -40,12 +40,12 @@ jobs:
restore-keys: i-d-

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

- name: "Upload to Datatracker"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@d2ce969b54014edf5671856b6866866c258bf8f5
with:
make: upload
env:
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@v4

- name: "Update Generated Files"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@d2ce969b54014edf5671856b6866866c258bf8f5
with:
make: update-files
token: ${{ github.token }}
Expand Down
Loading