Skip to content

DD-1563 Some improvement points to the dd-manage-deposits (#8) #53

DD-1563 Some improvement points to the dd-manage-deposits (#8)

DD-1563 Some improvement points to the dd-manage-deposits (#8) #53

Workflow file for this run

name: Build documentation site
on:
push:
branches:
- master
jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: 'pip'
- name: Run script
run: bash .github/workflows/mkdocs/mkdocs.sh
shell: bash