Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Oct 17, 2023
1 parent 9d3a399 commit 39ae3cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ jobs:
sed -i -e 's/\.\.\/README.md/README.md/' docs/**/SUMMARY.md
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 .
Expand Down

0 comments on commit 39ae3cc

Please sign in to comment.