- Create git branch
feature/upgrade-dependencies
- Run
themes/devlog-theme/npm-update.ps1
(ornpm-init.ps1
on a fresh clone) - Update
HUGO_VERSION
variable in.github/workflows/build-and-deploy.yaml
- Push branch to GitHub
- Create pull request
- After all checks have passed, go into the Summary of the "Build & Deploy" action and download the
diffable-output...
artifact - Download the
diffable-output...
artifact from the latest action run on themain
branch- If there is none (because the run is too old), manually trigger a run
- Compare the contents of the two
diffable-output...
zip files with a diff tool - If ok, merge the pull request