Skip to content

lib/certificate: add parameter for cert-create to config private key (algorithm, size, etc.) #120

lib/certificate: add parameter for cert-create to config private key (algorithm, size, etc.)

lib/certificate: add parameter for cert-create to config private key (algorithm, size, etc.) #120

Workflow file for this run

name: Docs
on:
pull_request:
branches:
- main
paths:
- .github/workflows/docs.yml
- "docs/**"
- mkdocs.yml
jobs:
format:
name: Check format
uses: es-progress/.github/.github/workflows/prettier.yml@main
with:
pattern: "**/*.{md,yml,css}"
deploy:
name: Deploy docs
uses: es-progress/.github/.github/workflows/mkdocs.yml@main
needs: format