From 1bd5b884a30bb35e80849e7ef6731879acffb2e8 Mon Sep 17 00:00:00 2001 From: thinkAfCod Date: Fri, 16 Aug 2024 23:26:35 +0800 Subject: [PATCH 1/2] triggering github action --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1807c60..04a5824 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,6 @@ on: branches: - main - jobs: build: name: Build From c54678b9afb37f276765212ef5fa2b37576d267e Mon Sep 17 00:00:00 2001 From: thinkAfCod Date: Fri, 16 Aug 2024 23:55:41 +0800 Subject: [PATCH 2/2] fix typing --- .cspell.json | 3 +++ .github/workflows/release.yml | 22 +++++++++++++++++++ .../hildr-docs/run-a-node/cmd_line_options.md | 4 ++-- docs/index.md | 2 +- docs/op-besu-docs/run-a-node/use_binaries.md | 2 +- docusaurus.config.js | 10 +++------ 6 files changed, 32 insertions(+), 11 deletions(-) create mode 100644 .github/workflows/release.yml diff --git a/.cspell.json b/.cspell.json index 11a863c..696090c 100644 --- a/.cspell.json +++ b/.cspell.json @@ -64,5 +64,8 @@ "[^\n]+\\|", "\\|[^\n]+\\|[^\n]+\\|", "\\/img\\/socialCards\\/[\\w-]+\\.jpg" + ], + "ignoreWords": [ + "Hildr" ] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..84f46a9 --- /dev/null +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/docs/hildr-docs/run-a-node/cmd_line_options.md b/docs/hildr-docs/run-a-node/cmd_line_options.md index a482097..163f0b2 100644 --- a/docs/hildr-docs/run-a-node/cmd_line_options.md +++ b/docs/hildr-docs/run-a-node/cmd_line_options.md @@ -23,7 +23,7 @@ java --enable-preview -cp hildr-node.jar io.optimism.Hildr --help -Specifys whether to start up a Hildr devnet node. +Specify whether to start up a Hildr devnet node. ### `network` @@ -88,7 +88,7 @@ The URL of the L1 Ethereum node that your Hildr node will connect to. -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` diff --git a/docs/index.md b/docs/index.md index c6c2973..cb75670 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/op-besu-docs/run-a-node/use_binaries.md b/docs/op-besu-docs/run-a-node/use_binaries.md index 23737f4..aa224c8 100644 --- a/docs/op-besu-docs/run-a-node/use_binaries.md +++ b/docs/op-besu-docs/run-a-node/use_binaries.md @@ -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-` directory. diff --git a/docusaurus.config.js b/docusaurus.config.js index 7f80637..84f53b9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -280,13 +280,9 @@ const config = { containerId: "GTM-TB58STH", }, ], - [ - "@docusaurus/plugin-client-redirects", - { - redirects: [ - ], - }, - ], + // [ + // "@docusaurus/plugin-client-redirects",{} + // ], ], stylesheets: [ {