aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/page.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
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.