@@ -65,8 +65,8 @@ All workflow source code is available in the [GitHub repository](https://github.
6565 [ ![ View Source] ( https://img.shields.io/badge/View-Source-blue?logo=github )] ( https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docker_operations.yaml )
6666
6767### Documentation Workflows
68- - ** [ rw_docs_operations ] ( ./document/rw_docs_operations .mdx ) ** - Build and deploy documentation<br />
69- [ ![ View Source] ( https://img.shields.io/badge/View-Source-blue?logo=github )] ( https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docs_operations .yaml )
68+ - ** [ rw_docusaurus_operations ] ( ./document/rw_docusaurus_operations .mdx ) ** - Build and deploy Docusaurus documentation<br />
69+ [ ![ View Source] ( https://img.shields.io/badge/View-Source-blue?logo=github )] ( https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docusaurus_operations .yaml )
7070- ** [ rw_documentation_deployment] ( ./document/rw_documentation_deployment.mdx ) ** - Deploy documentation to GitHub Pages<br />
7171 [ ![ View Source] ( https://img.shields.io/badge/View-Source-blue?logo=github )] ( https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_documentation_deployment.yaml )
7272
@@ -201,6 +201,6 @@ Below is a complete list of all available reusable workflows with direct links t
201201| `rw_release_staging_complete.yaml` | Release | Staging release workflow | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_release_staging_complete.yaml) |
202202| `rw_release_validation_complete.yaml` | Release | Validation release workflow | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_release_validation_complete.yaml) |
203203| `rw_docker_operations.yaml` | Docker | Build and publish Docker images | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docker_operations.yaml) |
204- | `rw_docs_operations .yaml` | Documentation | Build and deploy documentation | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docs_operations .yaml) |
204+ | `rw_docusaurus_operations .yaml` | Documentation | Build and deploy Docusaurus docs | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_docusaurus_operations .yaml) |
205205| `rw_documentation_deployment.yaml` | Documentation | Deploy docs to GitHub Pages | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_documentation_deployment.yaml) |
206206| `rw_sonarqube_scan.yaml` | Code Quality | SonarQube/SonarCloud analysis | [View](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/blob/master/.github/workflows/rw_sonarqube_scan.yaml) |
0 commit comments