Skip to content

Comments

Dummy pr 2#120

Merged
voodoohop merged 3 commits intomainfrom
dummy-pr-2
Jan 15, 2025
Merged

Dummy pr 2#120
voodoohop merged 3 commits intomainfrom
dummy-pr-2

Conversation

@voodoohop
Copy link
Member

No description provided.

- Remove OpenHands resolver workflow
- Add path to upload artifact in deploy-apps.yml
- Set preview to false in deploy to GitHub Pages
- Enable keep_files and disable Jekyll in deploy-pr-previews.yml
- Modify PR preview deletion to use shell script
@voodoohop voodoohop merged commit 1750b98 into main Jan 15, 2025
@github-actions
Copy link
Contributor

🚀 PR Preview deployed!

Preview URL: https://pollinations.github.io/hive/pr-120/

Copy link
Contributor

@mentatbot mentatbot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes in this PR look generally good and improve the deployment workflow system. Here are a few observations for future reference:

  1. The removal of the OpenHands resolver workflow suggests a shift away from that system. Make sure this was intentional and that any dependent processes have been updated accordingly.

  2. The cleanup process in deploy-pr-previews.yml now uses direct git commands instead of the actions-gh-pages action. While this gives more control, it might be worth adding error handling for cases where:

    • The gh-pages branch doesn't exist
    • The PR preview directory doesn't exist
    • Git operations fail
  3. The removal of the root index.html and styles.css suggests the landing page has been moved or replaced. It would be good to ensure there's still a proper landing page for the repository, either in a different location or through a different mechanism.

Overall, these changes seem to streamline the deployment process and remove unused components, which is positive for maintenance and clarity.

Thanks for using MentatBot. Give comments a 👍 or 👎 to help me improve!
You can change my review settings on my settings page.

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