We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797b18d commit 9249d83Copy full SHA for 9249d83
scripts/update-ocw.sh
@@ -4,4 +4,5 @@ python -m pip install pypandoc
4
python -c "from pypandoc.pandoc_download import download_pandoc;download_pandoc(version='2.5')"
5
6
files=`git diff --name-only HEAD~1 HEAD | grep README.md`
7
+files="racket/intro/README.md"
8
python scripts/publish_ssh.py --files $files
0 commit comments