Skip to content

Commit

Permalink
chore(rpc/docs): clean up gh workflow step names
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 18, 2024
1 parent cd337ff commit abf8701
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenRPC (Build & Deploy GitHub pages)
name: Deploy RPC Docs

on:
push:
Expand All @@ -12,23 +12,25 @@ on:

jobs:
deploy:
name: Create RPC Docs
name: Deploy
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs/rpc

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 16

- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Build RPC Docs
- name: Build RPC docs
run: cargo run --bin generate-openrpc-spec -- --write-to .

- name: Install open-rpc
Expand Down

0 comments on commit abf8701

Please sign in to comment.