aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/calibreapp-image-actions.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Update calibreapp-image-actions.ymlXhmikosR1-1/+1
2023-09-13Build(deps): Bump actions/checkout from 3 to 4 (#39148)dependabot[bot]1-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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15ci: update permissions for calibreapp-image-actions.yml (#39021)Diogo Teles Sant'Anna1-0/+6
Co-authored-by: XhmikosR <[email protected]>
2022-11-09CI: remove git credentials after checkout (#37459)XhmikosR1-0/+2
2022-05-22Rewrite Parcel guide (#36411)Mark Otto1-0/+24
* Rewrite Parcel guide * update to match latest webpack guide, add images * eslint-skip * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> * match parcel to webpack, share footer, consistent use of no ; * Update site/content/docs/5.2/getting-started/parcel.md Co-authored-by: Julien Déramond <[email protected]> * edits from code review * Add custom images * add image compression action from blog Co-authored-by: Julien Déramond <[email protected]>