| commit | 6b1370687d0ff3850bb782e8d0eb1909c651d9bd | [log] [tgz] |
|---|---|---|
| author | Zhaofeng Chen <zfc@apache.org> | Fri Jan 30 12:47:31 2026 +0000 |
| committer | zf <zfc@apache.org> | Fri Jan 30 08:40:02 2026 -0500 |
| tree | 93a66b4a5486f957278977f8401a2d3b2e00c317 | |
| parent | cbb62c9bb305dfba0236b588b550ff2e01f06ba9 [diff] |
ci: add manual deployment action
The official website for Apache Teaclave™, generated with the Docusaurus static site generator. This repository contains the source code and configuration for the Teaclave project website, including documentation for Teaclave TrustZone SDK, Teaclave SGX SDK, and related components.
Build the Docker container:
docker build . -t website
Run the container and build the site:
docker run -it --rm -v $(pwd):/app/repo website /bin/bash cd site make build
Deployment is handled by GitHub Actions:
master) → the Deploy Staging workflow runs and updates the asf-staging branch.For workflow details and architecture, see .github/workflows/README.md.
Manual deployment from a local build (e.g. make staging / make site in site/) is still supported; see site/Makefile.