Skip to content

Simplified startup script and fixed environment setting in service unit. #67

Simplified startup script and fixed environment setting in service unit.

Simplified startup script and fixed environment setting in service unit. #67

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