Skip to content

Add RecordEncryptor and RecordDecryptor (#899) #9

Add RecordEncryptor and RecordDecryptor (#899)

Add RecordEncryptor and RecordDecryptor (#899) #9

name: GitHub Pages Publish
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: asciidoctor-ghpages
uses: manoelcampos/asciidoctor-ghpages-action@v2
with:
source_dir: docs/
asciidoctor_params: "--require asciidoctor-diagram --attribute=sectlinks --attribute=sectanchors"
post_build: 'find . -name "*.svg" -exec git add -f {} \;'