aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/page.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-27don't trigger a build for the justfileFranck Cuny1-0/+1
2024-12-27don't use nix cacheFranck Cuny1-1/+0
2024-12-27add some emojiFranck Cuny1-6/+9
2024-12-26large cleanupFranck Cuny1-4/+6
2024-12-25Revert "stop using GHA"Franck Cuny1-0/+40
This reverts commit ca451c165c8728f63bcacf0b38cd773fe060e076.
2024-07-25stop using GHAFranck Cuny1-40/+0
2024-07-04fix yamlFranck Cuny1-7/+3
2023-12-26build(deps): bump actions/upload-pages-artifact from 2 to 3dependabot[bot]1-1/+1
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-26build(deps): bump actions/deploy-pages from 3 to 4dependabot[bot]1-1/+1
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14build(deps): bump actions/deploy-pages from 2 to 3 (#15)dependabot[bot]1-1/+1
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/deploy-pages 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>
2023-12-03run `nix flake check` in CI before building the siteFranck Cuny1-1/+4
2023-12-03sign the commit when updating flake.lockFranck Cuny1-1/+1
2023-12-03I truly hate testing GH workflowsFranck Cuny1-0/+3
don't trigger a build and deploy when I'm testing workflows.
2023-09-18build(deps): bump actions/checkout from 3 to 4 (#6)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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21build(deps): bump actions/deploy-pages from 1 to 2 (#3)dependabot[bot]1-1/+1
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/deploy-pages 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>
2023-08-21build(deps): bump actions/upload-pages-artifact from 1 to 2 (#1)dependabot[bot]1-1/+1
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact 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>
2023-08-14changing permissions result in failureFranck Cuny1-3/+0
2023-08-14deploy the site with GHAFranck Cuny1-0/+41
Add a workflow to build the site and deploy it.