update
All checks were successful
CI - Docs build check / build-check (push) Successful in 8s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Successful in 6s

This commit is contained in:
2026-02-05 08:46:15 -06:00
parent 4dd5e308cf
commit 58d7f6be48

View File

@@ -63,7 +63,7 @@ jobs:
git add -A git add -A
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Deploy RC preview ${REF}" || echo "No changes to commit" git commit -m "Deploy RC preview ${GITHUB_REF_NAME}" || echo "No changes to commit"
git push origin gh-pages git push origin gh-pages
- name: Publish prerelease (GitHub) - name: Publish prerelease (GitHub)
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2