Skip to content

Commit 322a3be

Browse files
authored
Merge pull request #9 from zcstarr/patch-2
chore: restore assembled spec
2 parents 11517b4 + 6a189a2 commit 322a3be

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,20 @@ jobs:
4848
- name: Deploy to GitHub Pages
4949
id: deployment
5050
uses: actions/deploy-pages@v4
51+
52+
deploy-spec:
53+
runs-on: ubuntu-latest
54+
needs: build
55+
steps:
56+
- uses: actions/checkout@v4
57+
- name: setup git config
58+
run: |
59+
git config user.name "GitHub Actions Bot"
60+
git config user.email "<>"
61+
- name: Deploy assembled spec
62+
run: |
63+
git checkout -b assembled-spec
64+
git add -f openrpc.json
65+
git add -f refs-openrpc.json
66+
git commit -m "assemble openrpc.json"
67+
git push -fu origin assembled-spec

0 commit comments

Comments
 (0)