Skip to content

triggering github action #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
"[^\n]+\\|",
"\\|[^\n]+\\|[^\n]+\\|",
"\\/img\\/socialCards\\/[\\w-]+\\.jpg"
],
"ignoreWords": [
"Hildr"
]
}
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches:
- main


jobs:
build:
name: Build
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Release

on:
push:
branches:
- main

jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v4

- name: Build
uses: Consensys/docs-gha/release@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions docs/hildr-docs/run-a-node/cmd_line_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ java --enable-preview -cp hildr-node.jar io.optimism.Hildr --help
</TabItem>
</Tabs>

Specifys whether to start up a Hildr devnet node.
Specify whether to start up a Hildr devnet node.

### `network`

Expand Down Expand Up @@ -88,7 +88,7 @@ The URL of the L1 Ethereum node that your Hildr node will connect to.
</TabItem>
</Tabs>

The URL of the L1 Ethereum node that your Hildr node will connect to via Websockets.
The URL of the L1 Ethereum node that your Hildr node will connect to via Websocket.

### `l1-beacon-url`

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Introdution
# Introduction
We continue to contribute public goods to help the Ethereum and Optimism community get better and better.

## Our Works
Expand Down
2 changes: 1 addition & 1 deletion docs/op-besu-docs/run-a-node/use_binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can install the Op-besu or Op-geth client to run a Optimism EL node from a b

## Install from packaged binaries

Download the Op Besu [packaged binaires](https://github.com/optimism-java/op-besu/releases).
Download the Op Besu [packaged binaries](https://github.com/optimism-java/op-besu/releases).

Unpack the downloaded files and change into the `op-besu-<release>` directory.

Expand Down
10 changes: 3 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,9 @@ const config = {
containerId: "GTM-TB58STH",
},
],
[
"@docusaurus/plugin-client-redirects",
{
redirects: [
],
},
],
// [
// "@docusaurus/plugin-client-redirects",{}
// ],
],
stylesheets: [
{
Expand Down