v2.2.2
·
38 commits
to refs/heads/master
since this release
🚀 Enhancements
fix: use workflow artifacts for library docs in release workflow Dan Miller (@milldr) (#861)
what
- Release workflow now uses freshly generated library docs via workflow artifacts instead of attempting to download from GitHub releases
- Fixes deployment failures where the release workflow would fail looking for pre-existing release assets
- Added
skip_library_downloadinput to build-website action to allow bypassing release downloads
why
- The release workflow generates library docs but was looking for them in release assets (different from workflow artifacts)
- By using workflow artifacts, the release gets the most recently generated docs in the same workflow run
- Preview/staging workflows continue using release-based downloads as appropriate for their use case
references
- Fixes release deployment failures with error: "No library-docs.tar.gz found in any release"