Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ jobs:
demo_dir="$website_dir/demos/${{ github.ref_name }}"

# Copy files: This step will copy the landing page and the documentation to www.mrdocs.com
time rsync "${rsyncopts[@]}" --exclude=llvm+clang/ --exclude=demos/ $(pwd)/build/website/ "$website_dir"/
time rsync "${rsyncopts[@]}" --exclude=llvm+clang/ --exclude=demos/ --exclude=roadmap/ $(pwd)/build/website/ "$website_dir"/

# Copy demos: This step will copy the demos to www.mrdocs.com/demos
time rsync "${rsyncopts[@]}" $(pwd)/demos/ "$demo_dir"/
Expand Down
Loading
Loading