Aliyun (Alibaba Cloud) OSS CDN Sync Action
Version updated for https://github.com/frenchvandal/aliyun-oss-cdn-sync-action to version v1.0.10.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Aliyun OSS CDN Sync Action is a GitHub Action designed to automate the process of deploying files to Aliyun OSS, managing CDN refresh/preload operations, and cleaning up orphaned files in OSS. It supports optional local build commands, caching for improved performance, and ensures efficient file uploads with retries and concurrency controls. This action simplifies static site deployment workflows for OSS-backed sites by integrating build, upload, cache management, and CDN operations into a single automated pipeline.
What’s Changed
1.0.10 (2026-03-29)
Bug Fixes
- ci: stop running npm postinstall scripts in deno (5500dce)