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

Reusable action for docs deployment #1398

Merged

Conversation

fantkolja
Copy link
Contributor

No description provided.

@fantkolja fantkolja requested a review from a team as a code owner November 25, 2024 10:08
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for hardcore-allen-f5257d ready!

Name Link
🔨 Latest commit 66d35d3
🔍 Latest deploy log https://app.netlify.com/sites/hardcore-allen-f5257d/deploys/6744973fd7f92700089049b9
😎 Deploy Preview https://deploy-preview-1398--hardcore-allen-f5257d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be a re-usable action (workflow_call) as it's not a step you'd want to use in conjunction with anything else. Plus that would mean you could centralise the runs-on definition.

I also don't think you can use relative paths with composite actions without a checkout first. But I could be wrong.

runs-on: ubicloud-standard-2
steps:
- name: Dispatch docs deployment
run: curl -X POST -d {} https://api.netlify.com/build_hooks/60e71936b15bb431b42b698a
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit - a link to the netlify documentation that specifies this command might help to avoid someone wondering what it does.

@fantkolja fantkolja merged commit fedbbae into hazelcast:main Nov 25, 2024
6 checks passed
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.

2 participants