Skip to content

Commit 273efff

Browse files
committed
fix(workflows): Copy README.md as the index page
1 parent ed2f7f8 commit 273efff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- name: Build documentation with Docker
2828
run: |
2929
cd /home/runner/work/docs/docs
30+
# Use README.md as index
31+
rm doc/mkdocs/docs/index.md
32+
cp README.md doc/mkdocs/docs/index.md
33+
# Build docker
3034
docker build -f docker/Dockerfile.mkdocs -t flatimage-docs .
3135
3236
- name: Extract site from Docker container

0 commit comments

Comments
 (0)