Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): add GitHub Actions workflow for PDF generation #205

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

jiangshengdev
Copy link
Contributor

Introduced a new GitHub Action workflow generate-pdf.yml to automate the generation and release of tutorial PDFs upon pushes or pull requests to the main branch.

Key Changes:

Added .github/workflows/generate-pdf.yml with 71 additions.
Workflow steps include code checkout, environment setup, patch application, PDF generation, and PDF upload to artifacts and releases.
Purpose:

Automates documentation PDF creation, enhancing accessibility and ensuring the latest version is always available.

Note:

Please review and adjust commands and paths as necessary for your project. Test the workflow on a branch to ensure proper operation and PDF quality.

@scPointer scPointer merged commit 42f972c into rcore-os:main Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants