Skip to content

Commit

Permalink
Merge branch 'feat/prepare-1-11' of https://github.com/hyperledger/be…
Browse files Browse the repository at this point in the history
…vel-operator-fabric into feat/prepare-1-11

Signed-off-by: David VIEJO <[email protected]>
  • Loading branch information
dviejokfs committed Oct 31, 2024
2 parents 69fd61f + 0e7252c commit e8bc5af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:

jobs:
deploy:
name: Deploy to GitHub Pages
name: Deploy to GitHub Page
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
Expand All @@ -28,12 +33,12 @@ jobs:
- name: Install dependencies
run: |
cd website-docs
bun install
yarn install --frozen-lockfile
- name: Build Docusaurus website
run: |
cd website-docs
bun run build
yarn run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion website-docs/docs/intro/getting-started-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ spec:
collect_timeout: "1s"
sync_on_start: true
speed_up_view_change: false
leader_rotation: 1 # off
leader_rotation: 0 # unspecified
decisions_per_leader: 3
request_max_bytes: 0
Expand Down

0 comments on commit e8bc5af

Please sign in to comment.