feat: add auto-generated navigation page
Deploy / deploy (push) Failing after 2s

- Add generate-nav.sh to scan directories and build index.html
- Add nav generation step in workflow before docker build
- Replace nginx autoindex with custom nav page
- Auto-extract page title from <title> tag
This commit is contained in:
枫
2026-08-23 14:42:11 +00:00
parent 446a677a43
commit 55a9f889da
4 changed files with 119 additions and 22 deletions
+3
View File
@@ -20,6 +20,9 @@ jobs:
http://47.121.181.112:3000/wonder/illustrated-algorithm.git \
/tmp/illustrated-algorithm
- name: Generate Navigation
run: sh /tmp/illustrated-algorithm/generate-nav.sh /tmp/illustrated-algorithm
- name: Build Docker Image
run: |
docker build \