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

Move Doxygen deploy location to GitHub Actions #120

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

wysiwyng
Copy link
Contributor

GitHub Actions has gained a feature where GitHub Pages hosted content can be deployed directly from an Actions workflow, no separate branch storing documentation data needed. See:

https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/

This fixes #83. If we roll out this change, we should also think about removing the gh-pages branch along with all commits related to it to reduce the repository size.

@rafzi rafzi merged commit d1bebd3 into tum-ei-eda:master Feb 23, 2023
@rafzi
Copy link
Member

rafzi commented Feb 23, 2023

we should also think about removing the gh-pages branch along with all commits related to it to reduce the repository size.

done, but it should have always just been one commit that is force pushed. any unreferenced commits should be pruned by github regularily.

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.

Documentation build clutters git pull
2 participants