We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7ad80 commit a0e4b7aCopy full SHA for a0e4b7a
1 file changed
.github/workflows/ci.yml
@@ -55,6 +55,9 @@ jobs:
55
code:
56
- '!**/*.md'
57
- '!docs/**'
58
+ - '!.github/workflows/deploy-docs-preview.yml'
59
+ - '!.github/workflows/deploy-docs.yml'
60
+ - '!netlify.toml'
61
62
download-previous-rolldown-binaries:
63
needs: detect-changes
0 commit comments