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 ca4ebe1 commit 487bb06Copy full SHA for 487bb06
.github/workflows/deploy.yaml
@@ -26,8 +26,6 @@ jobs:
26
- run: npm ci
27
- run: npm run build
28
- run: npm run build:docs
29
- - run: 'sed -i -e "s|Prefix: \"\"|Prefix: \"/execution-apis\"|g" build/docs/gatsby/gatsby-config.js'
30
- - run: 'sed -i -e "s|/api|api|g" build/docs/gatsby/src/pages/index.tsx'
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: "",
+ pathPrefix: "/execution-apis",
3
siteMetadata: {
4
title: 'Ethereum JSON-RPC Specification',
5
description: 'A specification of the standard interface for Ethereum clients.',
0 commit comments