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

ci: Optimize Deploy Site workflow #558

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wpiet
Copy link
Contributor

@wpiet wpiet commented Aug 8, 2024

Add a step to check if site content has changed, preventing unnecessary GitHub Actions execution.
Content changes are now detected based on modifications to the following file types:

  • .html,
  • .css,
  • .js,
  • .png,
  • .md,
  • .rst.

Add a step to check if site content has changed,
 preventing unnecessary GitHub Actions execution.
 Content changes are now detected based on
 modifications to the following file types:
 .html, .css, .js, .png, .md, .rst.
@wpiet wpiet marked this pull request as draft August 19, 2024 10:13
@wpiet
Copy link
Contributor Author

wpiet commented Aug 19, 2024

Changing to a draft, as it would be good to implement better handling of constantly changing sitemap.xml files (due to timestamps being updated to current date whenever build script is invoked).

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.

1 participant