-
-
Notifications
You must be signed in to change notification settings - Fork 0
Create static.yml #44
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
Conversation
Signed-off-by: AU_gdev_19 <[email protected]>
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Reviewer's GuideThis pull request introduces a new GitHub Actions workflow designed to automate the deployment of static content to GitHub Pages. The workflow is triggered on pushes to the main branch or manually, and it handles the checkout, setup, artifact creation (uploading the entire repository), and deployment steps necessary for GitHub Pages. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Dargon789 - I've reviewed your changes - here's some feedback:
- Consider using a specific output directory in
upload-pages-artifact.path
(e.g.,dist/
orpublic/
) instead of.
to deploy only necessary static files. - If a build step is needed to generate static content, ensure it's added to this workflow before the
Upload artifact
step.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
What steps did you take to test this? This is required before we can merge, make sure to test the flow you've updated.
Checklist
Summary by Sourcery
Add GitHub Actions workflow for deploying static content to GitHub Pages
CI:
Deployment: