Skip to content

Commit 00c49d9

Browse files
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

File tree

.github/workflows/test-docs-generation.yml renamed to .github/workflows/documentation-generation.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
name: Test Documentation Generation
1+
name: Documentation Generation
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
branch_type:
7-
description: 'Type of branch to simulate'
8-
required: true
9-
default: 'main'
10-
type: choice
11-
options:
12-
- main
13-
- release/v1
14-
- release/v2
15-
pull_request:
4+
push:
165
branches:
176
- main
187

0 commit comments

Comments
 (0)