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

Docs: add ci workflow for building Sealos Docs Site Docker image #4177

Merged
merged 1 commit into from Oct 26, 2023

Conversation

yangchuansheng
Copy link
Collaborator

@yangchuansheng yangchuansheng commented Oct 26, 2023

πŸ€– Generated by Copilot at 79d0e24

Summary

πŸš€πŸŒπŸ—œοΈ

This pull request adds a new Dockerfile and a GitHub Actions workflow for building and pushing a Docker image for the Sealos Docs Site. The image uses Docusaurus to generate a static website from the docs source code and nginx-brotli to serve it with compression. The image is pushed to three different registries for convenience.

Docusaurus docs
Build and push Docker image
Winter workflow done

Walkthrough

  • Add a new workflow file for GitHub Actions to build and push a Docker image for the Sealos Docs Site (link)
  • Add a new Dockerfile for the Sealos Docs Site (link)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
@sealos-ci-robot
Copy link
Member

πŸ€– Generated by lychee action

Summary

Status Count
πŸ” Total 956
βœ… Successful 375
⏳ Timeouts 0
πŸ”€ Redirected 0
πŸ‘» Excluded 580
❓ Unknown 0
🚫 Errors 0

Full action output

Full Github Actions output

@sweep-ai
Copy link

sweep-ai bot commented Oct 26, 2023

Apply Sweep Rules to your PR?

  • Apply: Leftover TODOs in the code should be handled.
  • Apply: All new business logic should have corresponding unit tests in the tests/ directory.
  • Apply: Any clearly inefficient or repeated code should be optimized or refactored.

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests βœ…

πŸ“’ Thoughts on this report? Let us know!.

@cuisongliu cuisongliu merged commit 5805820 into labring:main Oct 26, 2023
45 of 46 checks passed
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.

None yet

3 participants