about summary refs log tree commit diff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: add GitHub actions and depedendabot configurationFranck Cuny2022-10-073-0/+45
| | | | | | | | | Configure dependabot to report possible update for various actions that we use. Add two workflows: - update the flake dependencies once a week - deploy to fly.io when the main branch is updated
* fix name of the branch for doneFranck Cuny2022-05-101-18/+0
| | | | Delete the workflow for GitHub actions.
* github: deploy to fly.io instead of GH pagesFranck Cuny2021-06-201-17/+5
|
* add action to publish to GH pagesFranck Cuny2021-03-071-0/+30
Add a workflow configuration to publish to GitHub pages. This is using the standard configuration from https://gohugo.io/hosting-and-deployment/hosting-on-github/