Skip to content

Commit

Permalink
Merge pull request #1292 from DSD-DBS/mkdocs-strict
Browse files Browse the repository at this point in the history
docs: Enable strict mode
  • Loading branch information
MoritzWeber0 authored Jan 29, 2024
2 parents 1acb792 + 89f0190 commit 94cbd98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
# SPDX-License-Identifier: CC0-1.0

name: Development documentation
name: documentation
on:
push:
branches: [ main ]
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: '3.11'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --strict --force
working-directory: ./docs
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ install:

serve:
.venv/bin/mkdocs serve

build:
.venv/bin/mkdocs build --strict

0 comments on commit 94cbd98

Please sign in to comment.