mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
feat: promote V2 Elite Portal to root and move V1 to /v1/ [skip ci]
This commit is contained in:
12
.github/workflows/06.1.main.yml
vendored
12
.github/workflows/06.1.main.yml
vendored
@@ -35,13 +35,13 @@ jobs:
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
||||
# 1. Build V1 (Root)
|
||||
- name: Build V1 Edition
|
||||
run: mkdocs build -f mkdocs.yml -d site/
|
||||
|
||||
# 2. Build V2 (Subdirectory)
|
||||
# 1. Build V2 (Root)
|
||||
- name: Build V2 Elite Edition
|
||||
run: mkdocs build -f v2-mkdocs.yml -d site/v2/
|
||||
run: mkdocs build -f v2-mkdocs.yml -d site/
|
||||
|
||||
# 2. Build V1 (Subdirectory)
|
||||
- name: Build V1 Edition
|
||||
run: mkdocs build -f mkdocs.yml -d site/v1/
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
|
||||
Reference in New Issue
Block a user