Skip to content

cloud: add an automatic retry for "use of closed network connection" errors #149

cloud: add an automatic retry for "use of closed network connection" errors

cloud: add an automatic retry for "use of closed network connection" errors #149

Workflow file for this run

name: Test Docs build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: docs
jobs:
test-docs-build:
name: Test Docs build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build