Skip to content

01 Build and Deploy Site #44

01 Build and Deploy Site

01 Build and Deploy Site #44

Triggered via schedule March 24, 2026 01:10
Status Success
Total duration 3m 29s
Artifacts

sandpaper-main.yaml

on: schedule
Build Full Site
3m 25s
Build Full Site
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build Full Site
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, r-lib/actions/setup-pandoc@v2, r-lib/actions/setup-r@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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)