https://github.com/openttd/workflows
GitHub Workflows to automate parts of the OpenTTD infrastructure
https://github.com/openttd/workflows
Last synced: 10 days ago
JSON representation
GitHub Workflows to automate parts of the OpenTTD infrastructure
- Host: GitHub
- URL: https://github.com/openttd/workflows
- Owner: OpenTTD
- Created: 2020-01-16T19:32:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T13:01:09.000Z (about 1 month ago)
- Last Synced: 2025-04-11T13:13:52.406Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenTTD's workflows
To automate all kinds of things, we use GitHub Actions, and especially, their workflow.
This repository runs a few workflows that don't belong to a repository we have.## Workflows
- [New OpenTTD Release](.github/workflows/new_openttd_release.yml): workflow that is triggered when a new OpenTTD binary is produced
- [Publish Docs](.github/workflows/publish_docs.yml): publishes the HTML docs to https://docs.openttd.org/ based on an openttd-nightly version.
- [Update CDN](.github/workflows/update_cdn.yml): updates the [CDN](https://cdn.openttd.org) with required files like index.html, manifest.yaml, etc.