aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yml
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump actions/setup-node from 4 to 5 (#393)dependabot[bot]2025-09-061-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/checkout from 4 to 5 (#392)dependabot[bot]2025-08-171-1/+1
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump dorny/paths-filter from 2 to 3 (#340)dependabot[bot]2024-01-271-1/+1
| | | | | | | | | | | | | | | | Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove other eslint packagesKevin J Hoerr2023-12-241-1/+1
|
* yarn pnpKevin J Hoerr2023-12-241-4/+4
|
* Add if for post-build in build workflowKevin J Hoerr2023-12-241-0/+1
|
* Fix silly regex error for workflowKevin J Hoerr2023-12-241-2/+2
|
* Update workflow for updating build versionKevin J Hoerr2023-12-241-4/+4
|
* build(deps): bump actions/checkout from 3 to 4 (#333)dependabot[bot]2023-12-241-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/setup-node from 3 to 4 (#332)dependabot[bot]2023-12-241-1/+1
| | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* De gatsby (#326)Kevin Hoerr2023-12-231-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * de-gatsby * Add inversed image for dark background * eleventy * Reinstate workflows to prior state * Strip inline styling for index image * Passthrough src/public/ files * Use global data to encode build date encoded string * Clean public directory before build * Reinstall eslint, prettier * Reinstate .gitattributes for public dir * build.yml: escape config file for version numbering * Revert public changes for PR validation * Rename src/public/ to src/static/ * Include github-actions in dependabot updates * re-establish typescript * Update prevent-file-change-action to v1.5.1 * Re-add typescript to linting * Re-add typescript for eslint * Fix whitespace diff for tsconfig.json * Fix whitespace in .eslintrc.json
* Publish badge (#103)Kevin Hoerr2023-02-221-0/+2
| | | | | * Add last publish badge * Run post-build command in workflow
* Fix use of deprecated workflows feature (#55)Kevin Hoerr2022-12-281-14/+15
|
* Fix quotes in build workflow (#54)Kevin Hoerr2022-12-281-1/+1
|
* Skip version update if source files unchanged (#53)Kevin Hoerr2022-12-281-0/+10
| | | | | * Skip version update if source files unchanged * fix path
* Update build with changes (#27)Kevin Hoerr2022-11-281-0/+9
| | | | | | | | | | | * Update filetype * Update timestamp of app before build * Fix version specification for step * Fix BlockLink typing * Update with my actual role
* Clean before build (#16)Kevin Hoerr2022-11-211-0/+2
| | | | | * Move main.css to Layout component * Add step to clean Gatsby before build
* Fix latest -> master for actions-js/push action (#12)Kevin Hoerr2022-11-211-1/+1
|
* Remove unused files; consistent icon styling (#11)Kevin Hoerr2022-11-211-1/+1
| | | | | * Remove unused files; consistent icon styling * Update GitHub actions
* Fix push to trunk instead of main (#10)Kevin Hoerr2022-11-211-0/+1
|
* Fix build (#8)Kevin Hoerr2022-11-211-1/+1
|
* Fix build (#7)Kevin Hoerr2022-11-211-9/+6
| | | | | | | * Attempt to commit signed changes using wildcard * Temporarily enable PR builds * Use different autocommit tool
* Use verifying commit workflow (#5)Kevin Hoerr2022-11-181-6/+7
|
* Create build.yml (#4)Kevin Hoerr2022-11-181-0/+32
* Create build.yml * Fix lint command * npm install * npm ci