Compare commits

..

2 commits

Author SHA1 Message Date
62a1fba9bc
docs: add index page
Some checks are pending
/ Ansible Lint (push) Waiting to run
/ build (pull_request) Waiting to run
/ Ansible Lint (pull_request) Waiting to run
2026-05-18 23:09:46 +02:00
05a84bb374
docs: add mkdocs config and CI for building infra-docs website
Heavily inspired by: https://forgejo.c3voc.de/voc/av-docs
2026-05-18 23:09:43 +02:00

View file

@ -37,7 +37,7 @@ jobs:
- name: Build website - staging - name: Build website - staging
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
run: | run: |
sed -i "s#site_url: 'https://infra-docs.hamburg.ccc.de'#site_url: 'https://staging.infra-docs.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/'#" mkdocs.yml sed -i "s#site_url: https://infra-docs.hamburg.ccc.de#site_url: https://staging.infra-docs.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/#" mkdocs.yml
mkdocs build mkdocs build
- name: Deploy - Prepare keys - name: Deploy - Prepare keys