Skip to content

Added notes in documentation for Document::setPassword and Document::… #92

Added notes in documentation for Document::setPassword and Document::…

Added notes in documentation for Document::setPassword and Document::… #92

Workflow file for this run

name: Documentation Build & Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
submodules: true
- name: Build
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy
uses: peaceiris/[email protected]
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html