Skip to content

Commit

Permalink
Fix Echidna auto-publication of DID Methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 20, 2025
1 parent df3d4e2 commit 2c92563
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/auto-publish-methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,23 @@ jobs:
name: Echidna Auto-publish WD
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
- name: Checkout source...
uses: actions/checkout@v4
- name: Setup Node 22...
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install did-extensions tooling...
working-directory: tooling
run: npm i
- name: Validate did-extensions DID method entries
working-directory: tooling
run: npm run validate
- name: Generate did-extensions registry index
working-directory: tooling
run: npm run generate
- name: Begin spec-prod...
uses: w3c/spec-prod@v2
with:
SOURCE: methods/index.html
TOOLCHAIN: respec
Expand Down

0 comments on commit 2c92563

Please sign in to comment.