actions / upload-pages-artifact

A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.
https://pages.github.com
MIT License
283 stars 71 forks source link

Will action override or incrementally update the site's assets? #73

Closed wjiec closed 1 year ago

wjiec commented 1 year ago

First of all, thanks for this action and the team. I would like to know if this action is deployed via full override or incremental updates? For example, in the following case:

  1. the artifacts of the first execution: index.yaml and v1.tar.gz
  2. the artifacts of the second execution: index.yaml and v2.tar.gz

Will the actual deployment after the second execution include v1.tar.gz? If not, is there another action to download these files?