Make sure docs index.md depends on README.md as it is copied

This commit is contained in:
Daniel Cronqvist 2024-11-16 19:26:44 +01:00
parent 837f58bf68
commit feb4375cd5

View file

@ -9,7 +9,7 @@ docs-serve: docs/index.md
docs-build: docs/index.md docs-build: docs/index.md
docfx docs/docfx.json docfx docs/docfx.json
docs/index.md: docs/index.md: README.md
cp README.md docs/index.md cp README.md docs/index.md
lint: lint: