chore: script
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 36s
Docs Pages / deploy (push) Failing after 39s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled

This commit is contained in:
eric
2026-03-04 20:26:58 +01:00
parent d559b4f614
commit f708a7dffa
3 changed files with 217 additions and 0 deletions

View File

@@ -3,6 +3,11 @@ name: Docs Pages
on:
push:
branches: ["main"]
paths:
- "docs/**"
- "bun/**/*.bzl"
- "internal/**/*.bzl"
- ".github/workflows/pages.yml"
workflow_dispatch:
permissions:
@@ -26,6 +31,11 @@ jobs:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.15.0
with:
bazelisk-cache: true
repository-cache: true
external-cache: true
disk-cache: docs-pages
- name: Generate rule docs
run: |