2 Commits

Author SHA1 Message Date
f1f4a69bd1 oops
Some checks failed
CI - Docs build check / build-check (push) Successful in 8s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Failing after 5s
Build & publish docs (rc + release) / build (push) Failing after 4s
Build & publish docs (rc + release) / release (push) Has been skipped
Build & publish docs (rc + release) / deploy (push) Has been skipped
2026-02-05 13:40:06 -06:00
dea9106556 test
Some checks failed
CI - Docs build check / build-check (push) Successful in 8s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Failing after 5s
2026-02-05 13:35:51 -06:00

View File

@@ -3,7 +3,7 @@ name: Build & publish docs (rc + release)
on: on:
push: push:
tags: tags:
- "rc-*" - "rc*"
- "v*" - "v*"
workflow_dispatch: workflow_dispatch:
@@ -56,7 +56,7 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
# ------------------------- # -------------------------
# RC-only step # RC-only step
# ------------------------- # -------------------------