Skip to repository content26 lines · 844 B · yaml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T02:22:38.960Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
deploy_nightly_docs.yml
1# Generated from xtask::workflows::deploy_nightly_docs
2# Rebuild with `cargo xtask workflows`.
3name: deploy_nightly_docs
4on:
5 push:
6 branches:
7 - main
8permissions: {}
9jobs:
10 deploy_docs:
11 if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')
12 permissions:
13 contents: read
14 uses: zed-industries/zed/.github/workflows/deploy_docs.yml@3f16f7b9082f8828e4d6ae207d2349b1ef932517
15 secrets:
16 DOCS_AMPLITUDE_API_KEY: ${{ secrets.DOCS_AMPLITUDE_API_KEY }}
17 DOCS_CONSENT_IO_INSTANCE: ${{ secrets.DOCS_CONSENT_IO_INSTANCE }}
18 CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
19 CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
20 with:
21 channel: nightly
22 checkout_ref: ${{ github.sha }}
23defaults:
24 run:
25 shell: bash -euxo pipefail {0}
26