Skip to content

📦 Drop @throws Error from protected method #673

📦 Drop @throws Error from protected method

📦 Drop @throws Error from protected method #673

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mhausenblas/mkdocs-deploy-gh-pages@1.26 # https://github.com/mhausenblas/mkdocs-deploy-gh-pages/releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}