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(ci): prune duplicate github-pages artifacts before deploy
upload-pages-artifact@v3 occasionally uploads the same artifact multiple
times in a single run on transient network hiccups, which then makes
deploy-pages@v4 fail with 'Multiple artifacts named github-pages'.
Prune step keeps the newest, deletes the rest.
0 commit comments