Skip to content

feat: add docs_config input for mkdocs action #4

feat: add docs_config input for mkdocs action

feat: add docs_config input for mkdocs action #4

Workflow file for this run

name: Build docs
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
docs-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/mkdocs-pages
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
docs_folder: ''