Skip to content

HZC-7615: update backup documentation with new limit (#176) #135

HZC-7615: update backup documentation with new limit (#176)

HZC-7615: update backup documentation with new limit (#176) #135

Workflow file for this run

# This workflow triggers a build of the production documentation site
# if a commit is made to the listed branches
name: Build production site
on:
push:
branches: [ main ]
jobs:
dispatch:
uses: hazelcast/hz-docs/.github/workflows/build-site-workflow.yml@main
secrets:
netlify_build_hook_id: ${{ secrets.NETLIFY_BUILD_HOOK_ID }}