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

adding docs to gh pages workflow #123

Merged
merged 3 commits into from
Jan 29, 2025
Merged

adding docs to gh pages workflow #123

merged 3 commits into from
Jan 29, 2025

Conversation

niclasheun
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow to automatically build and deploy Sphinx documentation to GitHub Pages whenever a pull request is made to the main branch. The key changes include setting up the workflow configuration, defining jobs for building and deploying the documentation, and specifying the necessary permissions and steps required for these tasks.

New GitHub Actions Workflow for Documentation:

  • .github/workflows/build-docs.yml: Added a new workflow configuration to build and deploy Sphinx documentation to GitHub Pages. This includes setting up the environment, installing dependencies, building the HTML files, and deploying the generated documentation.

@niclasheun niclasheun requested a review from Mtze January 29, 2025 07:52
@niclasheun niclasheun merged commit 484499e into main Jan 29, 2025
21 of 23 checks passed
@niclasheun niclasheun deleted the host-docs-on-github branch January 29, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant