Leave Markdown files out of distribution packages (#971)

This commit is contained in:
Aaron Tomb 2020-11-17 14:23:41 -08:00 committed by GitHub
parent 0943e98d97
commit 5cbf17b425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/ci.sh vendored
View File

@ -145,7 +145,7 @@ bundle_files() {
mkdir -p $doc
cp -R examples/ $doc/examples/
rm -rf $doc/examples/cryptol-specs
cp docs/*md docs/*pdf $doc
cp docs/*pdf $doc
# Copy the two interesting examples over
cp docs/ProgrammingCryptol/{aes/AES,enigma/Enigma}.cry $doc/examples/