Closed Or4cl3AI closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
git-bot-ai-2-0 | ❌ Failed (Inspect) | Jul 30, 2023 11:36pm | ||
git-bot-ai-2-0-ge8u | ❌ Failed (Inspect) | Jul 30, 2023 11:36pm | ||
git-bot-ai-2-0-giud | 🔄 Building (Inspect) | Jul 30, 2023 11:36pm |
CodeRabbit
The pull request introduces a GitHub Actions workflow for building and deploying a Jekyll site to GitHub Pages. It consists of two jobs: "build" and "deploy". The "build" job prepares the environment, builds the site, and uploads the artifact. The "deploy" job then deploys the built site to GitHub Pages.
File | Summary |
---|---|
.github/workflows/jekyll-gh-pages.yml | This file adds a new GitHub Actions workflow that automates the process of building a Jekyll site and deploying it to GitHub Pages. It includes two jobs: "build" and "deploy". The "build" job checks out the code, sets up pages, builds the site with Jekyll, and uploads the artifact. The "deploy" job deploys the built site to GitHub Pages. |
Sweep
Summary by CodeRabbit
Release Notes
New Feature