mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-11 23:14:50 +08:00
fix docs path (#2719)
This commit is contained in:
2
.github/actions/build-docs/action.yml
vendored
2
.github/actions/build-docs/action.yml
vendored
@@ -25,7 +25,7 @@ runs:
|
||||
|
||||
- name: Create artifact tar
|
||||
shell: sh
|
||||
run: tar -cf artifact.tar --cd docs/build/html -L .
|
||||
run: tar -cf artifact.tar --cd docs --dereference build/html index.html
|
||||
|
||||
# Do it manually because upload-pages-artifact requires gtar
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user