mirror of https://github.com/vector-im/riot-web
Update docs.yml
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/26389/head
parent
9d3a39905b
commit
39ae3ccfc6
|
@ -60,7 +60,12 @@ jobs:
|
||||||
sed -i -e 's/\.\.\/README.md/README.md/' docs/**/SUMMARY.md
|
sed -i -e 's/\.\.\/README.md/README.md/' docs/**/SUMMARY.md
|
||||||
|
|
||||||
mdbook-combiner -m docs
|
mdbook-combiner -m docs
|
||||||
mv SUMMARY.md docs/
|
cat <<EOF > docs/SUMMARY.md
|
||||||
|
# Summary
|
||||||
|
- [Introduction](Element Web/README.md)
|
||||||
|
|
||||||
|
EOF
|
||||||
|
cat SUMMARY.md >> docs/SUMMARY.md
|
||||||
|
|
||||||
mv element-web/book.toml .
|
mv element-web/book.toml .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue