We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af87a83 commit 3623ab3Copy full SHA for 3623ab3
1 file changed
.github/workflows/mkdocs.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Generate index.md from README.md
26
run: |
27
cp README.md docs/index.md
28
+ sed -i 's|docs/guide.md|guide/|g' docs/index.md
29
mkdir docs/media
30
cp media/logo.png docs/media/logo.png
31
0 commit comments