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 dbd630c commit 11b0e6aCopy full SHA for 11b0e6a
.github/workflows/publish-docs.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Generate list of changed files for CloudFront to invalidate
81
run: |
82
- pushd site; FILES=$(find . -name \* -print | cut -c2- | sort | uniq | tr '\n' ' '); popd
+ pushd site; FILES=$(find . -name \* -print | grep html | cut -c2- | sort | uniq | tr '\n' ' '); popd
83
for file in $FILES; do
84
echo $file
85
# add bare directory to list of updated paths when we see index.html
0 commit comments