This repository was archived by the owner on Mar 31, 2026. It is now read-only.
01 Build and Deploy Site #48
sandpaper-main.yaml
on: schedule
Build Full Site
1m 10s
Annotations
10 warnings
|
Build Full Site:
episodes/pr.md#L49
[missing file]: [A screenshot of the conversation tab of a Pull Request.](../fig/pr/03_conversation.png)
|
|
Build Full Site:
episodes/pr.md#L42
[missing file]: [A screenshot of a Pull Request form on GitHub.](../fig/pr/02_createpr.png)
|
|
Build Full Site:
episodes/pr.md#L37
[missing file]: [A screenshot of a branch on GitHub. A button with the text "Compare and Pull Request" is at the top fo the page.](../fig/pr/01_gotobranch.png)
|
|
Build Full Site:
episodes/branches.md#L111
[missing file]: [Figure showing the process of rebasing the feature branch onto new commits in the main branch. First a graph diagram of a repository is shown with a main and feature branch. The feature branch with three commits splits off the main branch after two commits. A smiley face is on the third commit of the feature branch to show the current location. Below is an arrow with the text "git rebase main" followed by the same repository, but the feature branch now splits off the main branch at the last commit.](../fig/branches/rebase.png)
|
|
Build Full Site:
episodes/branches.md#L102
[missing file]: [Figure showing the process of merging the feature branch into the main branch. First a graph diagram of a repository is shown with a main and feature branch. The feature branch with three commits splits off the main branch after two commits. A smiley face is on the second commit of the main branch to show the current location. Below is an arrow with the text "git merge my_branch" followed by the same repository a new commit on the main branch with two arrows from the main and feature branches, showing the changes from the feature branch have been merged into main branch.](../fig/branches/merge_into_main.png)
|
|
Build Full Site:
episodes/branches.md#L92
[missing file]: [Figure showing the process of merging the main branch into the feature branch. First a graph diagram of a repository is shown with a main and feature branch. The feature branch with three commits splits off the main branch after two commits, and the main branch has an additional two commits after the split. A smiley face is on the third commit of the feature branch to show the current location. Below is an arrow with the text "git merge main" followed by the same repository with a new arrow from the last commit on the main branch to a new commit on the feature branch, showing the changes from the main branch have been merged into the changes on the feature branch.](../fig/branches/merge_into_branch.png)
|
|
Build Full Site:
episodes/branches.md#L78
[missing file]: [Figure showing the process of changing, or checking out a branch. First a graph diagram of a repository is shown with two commits on the main branch and three on the feature branch. A smiley face is on the third commit of the feature branch to show the current location. To the left is an arrow with the text "git checkout main" followed by the same repository with the smiley face now on the second commit in the main branch.](../fig/branches/checkout_branch.png)
|
|
Build Full Site:
episodes/branches.md#L57
[missing file]: [Figure creating commits on a branch. First a graph diagram of a repository is shown with two commits on the main branch and one on a feature branch. To the left is an arrow with the text "git commit (x2)", followed by the same repository with to additional commits on the feature branch. A smiley face is used on each diagram to show where you are in the repository, each on the last commit on the feature branch.](../fig/branches/commit_branch.png)
|
|
Build Full Site:
episodes/branches.md#L54
[missing file]: [Figure showing the process of creating a branch. First a graph diagram of a repository is shown with two commits on the main branch. To the left is an arrow with the text "git checkout -b my_branch" followed by the same repository with the new feature branch added. A smiley face is used on each diagram to show where you are in the repository, the first has it on the second commit in the main branch, the second on the feature branch.](../fig/branches/create_branch.png)
|
|
Build Full Site:
episodes/branches.md#L28
[missing file]: [Figure showing three graph diagrams representing different repository states. Each is a graph consisting of vertices (circles) and directed edges (arrows) where each horizontal path is a branch. The first shows a single path representing a repository with a single main branch, the second has two branches, a main and a feature branch, and the third has three branches, a main and two feature branches.](../fig/branches/branches.png)
|