Skip to content
Snippets Groups Projects
Unverified Commit 40c31396 authored by Timo Furrer's avatar Timo Furrer
Browse files

Add template suffix to README template

parent a6ebed2f
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -5,7 +5,7 @@ Please read about CI/CD components and best practices at: https://docs.gitlab.co
## README
The [`README.md`](README.md) file is generated using `make docs` (see [`Makefile`](Makefile))
from [`.gitlab/README.md`](.gitlab/README.md).
from [`.gitlab/README.md.template`](.gitlab/README.md.template).
## Upgrade OpenTofu versions
......
......@@ -2,7 +2,7 @@ all: docs backports
.PHONY: docs
docs:
csplit -sf readme -n 1 .gitlab/README.md '/<INPUTS>/'
csplit -sf readme -n 1 .gitlab/README.md.template '/<INPUTS>/'
echo '<!-- This document is generated by `make docs` from `.gitlab/README.md` -->' > README.md
echo >> README.md
cat readme0 >> README.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment