01 Build and Deploy Site #36
sandpaper-main.yaml
on: schedule
Build Full Site
1m 31s
Annotations
10 warnings
|
Build Full Site:
episodes/pr.md#L47
[missing file]: [The conversation tab of a Pull Request.](../fig/pr/03_conversation.png)
|
|
Build Full Site:
episodes/pr.md#L41
[missing file]: [Creating a Pull Request: Give your Pull Request a title and description.](../fig/pr/02_createpr.png)
|
|
Build Full Site:
episodes/pr.md#L37
[missing file]: [Creating a Pull Request: If you recently pushed changes to your branch you may see a button that says "Compare and Pull Request" on GitHub.](../fig/pr/01_gotobranch.png)
|
|
Build Full Site:
episodes/branches.md#L106
[missing file]: [Rebasing the feature branch onto new commits in the main branch with git rebase main .](../fig/branches/rebase.png)
|
|
Build Full Site:
episodes/branches.md#L98
[missing file]: [Merging new commits the feature branch into the main branch with git merge my_branch .](../fig/branches/merge_into_main.png)
|
|
Build Full Site:
episodes/branches.md#L88
[missing file]: [Merging new commits from the main branch into the feature branch with git merge main .](../fig/branches/merge_into_branch.png)
|
|
Build Full Site:
episodes/branches.md#L75
[missing file]: [Switching branches using git checkout .](../fig/branches/checkout_branch.png)
|
|
Build Full Site:
episodes/branches.md#L55
[missing file]: [Every time you run the git commit command the commit will be added to your current branch.](../fig/branches/commit_branch.png)
|
|
Build Full Site:
episodes/branches.md#L53
[missing file]: [Creating a new branch. When you run git checkout -b my_branch your new branch gets created and checked out, meaning you are now on your new branch (represented by the star). Any commits you make will be on this branch until you checkout another one.](../fig/branches/create_branch.png)
|
|
Build Full Site:
episodes/branches.md#L28
[missing file]: [These graph diagrams show repositories with different numbers of branches. The vertices, or circles, in these graphs show different commits, and each horizontal path is a branch. The first shows a repository with 1 main branch, the second a repository with 1 main and 1 feature branch, and the third repository 1 main and 2 feature branches.](../fig/branches/branches.png)
|