Skip to content

DD-1659 Convert deposit-create-report argument 'age' to a date with c… #159

DD-1659 Convert deposit-create-report argument 'age' to a date with c…

DD-1659 Convert deposit-create-report argument 'age' to a date with c… #159

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