Skip to content

Bump log from 0.4.21 to 0.4.22 #122

Bump log from 0.4.21 to 0.4.22

Bump log from 0.4.21 to 0.4.22 #122

Workflow file for this run

name: publish docs
on:
push:
branches:
- master
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker://asciidoctor/docker-asciidoctor
with:
args: make docs
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: target/docs