Skip to content

Allow envelopes to be decrypted but not decoded (#137) #43

Allow envelopes to be decrypted but not decoded (#137)

Allow envelopes to be decrypted but not decoded (#137) #43

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build documentation
run: ./gradlew dokkaHtml
- name: Publish documentation
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: library/build/dokka/html