Commit 00c49d9
committed
feat: add GitHub Actions workflow for documentation generation
- Introduced a new workflow to automate the generation and deployment of documentation to GitHub Pages.
- The workflow includes steps for setting up Node.js and Ruby environments, installing dependencies, generating documentation, and building the Jekyll site.
- Added verification steps to ensure the correctness of the generated site, including checks for HTML files and specific converted files.
- Configured permissions and environment settings for seamless deployment.1 parent 5e73947 commit 00c49d9
1 file changed
Lines changed: 2 additions & 13 deletions
.github/workflows/test-docs-generation.yml renamed to .github/workflows/documentation-generation.yml
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 4 | + | |
16 | 5 | | |
17 | 6 | | |
18 | 7 | | |
| |||
0 commit comments