You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GitHub Actions workflow - update to latest action versions
- Update actions/setup-python@v4 to v5
- Update astral-sh/setup-uv@v3 to v4
- Update actions/cache@v3 to v4
- Update actions/configure-pages@v3 to v4
- Update actions/upload-pages-artifact@v2 to v3
- Update actions/deploy-pages@v2 to v4
- Remove --strict flag from mkdocs build to avoid warnings
Resolves deprecated action version errors preventing GitHub Pages deployment.
0 commit comments