- 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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user