We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d5259 commit e532771Copy full SHA for e532771
.github/workflows/deploy.yaml
@@ -24,10 +24,9 @@ jobs:
24
node-version: '22'
25
- run: npm ci
26
- run: npm run build
27
+ - run: npm run build:docs
28
- run: 'sed -i -e "s|Prefix: \"\"|Prefix: \"/execution-apis\"|g" build/docs/gatsby/gatsby-config.js'
29
- run: 'sed -i -e "s|/api|api|g" build/docs/gatsby/src/pages/index.tsx'
- - run: npm run build:docs
30
-
31
- name: Deploy to GitHub Pages
32
if: success()
33
uses: crazy-max/ghaction-github-pages@v4
docs/config/gatsby-config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- pathPrefix: "/execution-apis",
+ pathPrefix: "",
3
siteMetadata: {
4
title: 'Ethereum JSON-RPC Specification',
5
description: 'A specification of the standard interface for Ethereum clients.',
0 commit comments