Skip to content

Commit 94227ac

Browse files
authored
[Docs Site] Fix vendored Markdown upload bug (#23688)
1 parent babf5a0 commit 94227ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
cd distmd && zip -r markdown.zip .
4242
npx wrangler r2 object put vendored-markdown/markdown.zip --file=markdown.zip --remote
4343
rm markdown.zip
44+
cd ..
4445
4546
cd distllms
4647
for file in $(find . -type f); do

0 commit comments

Comments
 (0)