Copy the syntax-highlight directory under share/cyrptol for installation

This commit is contained in:
Iavor Diatchki 2022-10-26 14:05:48 -07:00
parent d5fb4d4e20
commit 29a63a09ef

1
.github/ci.sh vendored
View File

@ -102,6 +102,7 @@ bundle_files() {
cp docs/*pdf $doc
mkdir -p $lib
cp -r lib/* $lib
cp -r syntax-highlight $lib
# Copy the two interesting examples over
cp docs/ProgrammingCryptol/{aes/AES,enigma/Enigma}.cry $doc/examples/