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

Produced HTMLs should be removed from git #28

Open
anton-trunov opened this issue Nov 27, 2023 · 1 comment
Open

Produced HTMLs should be removed from git #28

anton-trunov opened this issue Nov 27, 2023 · 1 comment

Comments

@anton-trunov
Copy link
Member

Tons of changes after recompilation in the generated HTML files make it harder to review PRs in this repo, so these should be removed and added to .gitignore.

@chiliec
Copy link

chiliec commented Feb 28, 2024

It can be done by using GitHub Actions to transfer the HTML from the main branch to the gh-pages branch. When new changes are made to the main branch, the HTML is compiled and pushed to the gh-pages branch. For example, as demonstrated in this example: https://gist.github.com/umanghome/30527c68cd605dfef8702a832ff14fd5

However, it is necessary to change the Pages settings in the repository's Settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants