Skip to content

Commit e532771

Browse files
committed
edit after build
1 parent d7d5259 commit e532771

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
node-version: '22'
2525
- run: npm ci
2626
- run: npm run build
27+
- run: npm run build:docs
2728
- run: 'sed -i -e "s|Prefix: \"\"|Prefix: \"/execution-apis\"|g" build/docs/gatsby/gatsby-config.js'
2829
- run: 'sed -i -e "s|/api|api|g" build/docs/gatsby/src/pages/index.tsx'
29-
- run: npm run build:docs
30-
3130
- name: Deploy to GitHub Pages
3231
if: success()
3332
uses: crazy-max/ghaction-github-pages@v4

docs/config/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
pathPrefix: "/execution-apis",
2+
pathPrefix: "",
33
siteMetadata: {
44
title: 'Ethereum JSON-RPC Specification',
55
description: 'A specification of the standard interface for Ethereum clients.',

0 commit comments

Comments
 (0)