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 babf5a0 commit bbd25acCopy full SHA for bbd25ac
.github/workflows/publish-production.yml
@@ -41,6 +41,7 @@ jobs:
41
cd distmd && zip -r markdown.zip .
42
npx wrangler r2 object put vendored-markdown/markdown.zip --file=markdown.zip --remote
43
rm markdown.zip
44
+ cd ..
45
46
cd distllms
47
for file in $(find . -type f); do
0 commit comments