Skip to content

Commit 18fb420

Browse files
committed
update config and deployment
1 parent 8d3d536 commit 18fb420

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,4 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run build:docs
29-
- name: Rebuild Gatsby with prefix
30-
run: cd build/docs/gatsby && gatsby build --prefix-paths
31-
- name: Deploy to GitHub Pages
32-
uses: peaceiris/actions-gh-pages@v4
33-
with:
34-
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: build/docs/gatsby/public
29+
- run: npx gh-pages -d build/docs/gatsby/public

docs/config/gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
siteMetadata: {
44
title: 'Ethereum JSON-RPC Specification',
55
description: 'A specification of the standard interface for Ethereum clients.',
6-
siteUrl: 'https://open-rpc.org',
6+
siteUrl: 'https://acolytec3.github.io/execution-apis',
77
logoUrl: 'https://raw.githubusercontent.com/open-rpc/design/master/icons/open-rpc-logo-noText/open-rpc-logo-noText%20(PNG)/256x256.png',
88
primaryColor: '#3f51b5', //material-ui primary color
99
secondaryColor: '#f50057', //material-ui secondary color
@@ -46,7 +46,7 @@ module.exports = {
4646
options: {
4747
name: 'pristine-site',
4848
short_name: 'pristine-site',
49-
start_url: '/',
49+
start_url: '/execution-apis/',
5050
background_color: 'transparent',
5151
theme_color: '#3f51b5',
5252
display: 'minimal-ui',

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)