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

Removed unnecessary files used by Failing cron job #829

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Removed unnecessary files used by Failing cron job #829

merged 1 commit into from
Oct 16, 2024

Conversation

yashksaini-coder
Copy link
Contributor

Fixes: #756

This PR removes the Jekyll site deployment workflow, the _config.yml configuration file, and the default HTML layout for the site. These changes simplify the repository by eliminating the setup for a Jekyll-based GitHub Pages site.

Removal of Jekyll site deployment:

Configuration cleanup:

  • _config.yml: Removed the configuration settings for the Jekyll site, including site title, description, theme, and other settings.

Layout cleanup:

  • _layouts/default.html: Removed the default HTML layout, which included the structure for the site's header, main content, and footer.

After removing ensured proper test of other action workflows too, all successfully checked and working fine as they should be.

In future events, if any action workflow fails or doesn't work properly, please check the configuration of the GITHUB_TOKEN and the yml files too.


@mansiruhil13 Review this PR and add proper labels to it.

Copy link

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@github-actions github-actions bot requested a review from vimistify October 16, 2024 13:05
Copy link

vercel bot commented Oct 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bobble-ai-rcmb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2024 1:05pm

@yashksaini-coder
Copy link
Contributor Author

@mansiruhil13 I raised this PR for issue #756 that was a failed deploy action workflow, I tested the action workflows separately, and removed the config and files associated with the workflow.

Please assign me on #756 and on this PR too with proper labels

@vimistify vimistify merged commit 064228e into vimistify:main Oct 16, 2024
2 of 3 checks passed
Copy link

🚀 Thank you for your contribution! This pull request has been closed. If you have any questions or need further assistance, feel free to reach out.

@yashksaini-coder yashksaini-coder deleted the main branch October 19, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Failed action workflow job with unnecessary files
2 participants