Revert "nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMark"

This reverts commit 6c14851943.
This commit is contained in:
Jonathan Ringer
2021-05-22 19:08:27 -07:00
parent f05e41b6f4
commit d547493e0c
7 changed files with 34 additions and 109 deletions
-20
View File
@@ -1,20 +0,0 @@
name: NixOS manual checks
on:
pull_request:
branches-ignore:
- 'release-**'
paths:
- 'nixos/**/*.xml'
- 'nixos/**/*.md'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Check DocBook files generated from Markdown are consistent
run: |
nixos/doc/manual/md-to-db.sh
git diff --exit-code