Skip to content

Commit cbb012d

Browse files
fix(docs): Clean CI/CD README.md file.
1 parent dfb20d0 commit cbb012d

2 files changed

Lines changed: 6 additions & 71 deletions

File tree

.github/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ Edge Python targets sandboxed edge computing: a dynamic, multi-paradigm Python s
107107

108108
Full language reference, scope, and what intentionally isn't supported: [What Edge Python is](https://edgepython.com/getting-started/what-it-is). Architecture details: [`compiler/README.md`](compiler/README.md).
109109

110+
## CI/CD
111+
112+
One workflow [`.github/workflows/main.yml`](.github/workflows/main.yml) that runs the complete CI/CD, where each package is a steps in a composite action under [`.github/actions/`](.github/actions).
113+
114+
On pushes to `main` it deploys three Cloudflare Pages projects: `edge-python-cdn` (the bundled package artifacts), `edge-python-demo`, and `edge-python-docs` (served at `edgepython.com`).
115+
110116
## License
111117

112118
MIT OR Apache-2.0

0 commit comments

Comments
 (0)