Skip to content

Commit

Permalink
Merge pull request #119 from stakater/docs
Browse files Browse the repository at this point in the history
Remove redundant mkdocs_ template files
  • Loading branch information
rasheedamir authored Aug 1, 2024
2 parents 5cf91ee + 3b53baf commit 9eab2fb
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 209 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/branch_deleted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ jobs:
with:
python-version: 3.11

- name: Install doc tools
- name: Install mike
if: steps.branch_check.outputs.matched == 'true'
run: pip3 install mkdocs-material mkdocs-mermaid2-plugin mike mkdocs-glightbox
run: pip3 install mike

- name: Run prepare_theme.sh script from repository to merge theme_common and theme_override folders
if: steps.branch_check.outputs.matched == 'true'
run: |
chmod +x prepare_theme.sh
./prepare_theme.sh
- name: Configure Git user
if: steps.branch_check.outputs.matched == 'true'
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/mkdocs_branch_deleted.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/mkdocs_pull_request_closed.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/mkdocs_pull_request_versioned_doc.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/mkdocs_push_versioned_doc.yaml

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/pull_request_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
with:
python-version: 3.11

- name: Install doc tools
run: pip3 install mkdocs-material mkdocs-mermaid2-plugin mike mkdocs-glightbox
- name: Install mike
run: pip3 install mike

- name: Run prepare_theme.sh script from repository to merge theme_common and theme_override folders
run: |
chmod +x prepare_theme.sh
./prepare_theme.sh
- name: Configure Git user
run: |
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/pull_request_versioned_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
with:
python-version: 3.11

- name: Install doc tools
run: pip3 install mkdocs-material mkdocs-mermaid2-plugin mike mkdocs-glightbox
- name: Install plugins
run: pip3 install mike mkdocs-mermaid2-plugin

- name: Run prepare_theme.sh script from repository to merge theme_common and theme_override folders
run: |
chmod +x prepare_theme.sh
./prepare_theme.sh
- name: Configure git user
run: |
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/push_versioned_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
with:
python-version: 3.11

- name: Install doc tools
run: pip3 install mkdocs-material mkdocs-mermaid2-plugin mike mkdocs-glightbox
- name: Install mike
run: pip3 install mike mkdocs-mermaid2-plugin

- name: Run prepare_theme.sh script from repository to merge theme_common and theme_override folders
run: |
chmod +x prepare_theme.sh
./prepare_theme.sh
- name: Configure Git user
run: |
Expand Down

0 comments on commit 9eab2fb

Please sign in to comment.