We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ce0402 + aff4993 commit 94fd67dCopy full SHA for 94fd67d
.github/workflows/release.yml
@@ -50,3 +50,8 @@ jobs:
50
with:
51
token: ${{ secrets.GITHUB_TOKEN }}
52
folder: ./site/dist
53
+ # Preserve the preview deployment folder and custom grad-connection site
54
+ clean-exclude: |
55
+ preview/*
56
+ grad-connection/*
57
+ single-commit: true
0 commit comments