test
Some checks failed
CI - Docs build check / build-check (push) Successful in 9s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Failing after 5s
Build & publish docs (rc + release) / build (push) Successful in 5s
Build & publish docs (rc + release) / release (push) Successful in 4s
Build & publish docs (rc + release) / deploy (push) Failing after 1s

This commit is contained in:
2026-02-05 14:03:24 -06:00
parent 7d7dbe5354
commit 69a34a5a82

View File

@@ -61,6 +61,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- name: Checkout (tag)
uses: actions/checkout@v4
with:
fetch-depth: 0
# ------------------------- # -------------------------
# RC-only step # RC-only step
# ------------------------- # -------------------------