Skip to content

Commit

Permalink
Fix path to MLIR in the build directory (it'll be under tools)
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-eph committed Dec 24, 2019
1 parent 6041b4b commit bdf3306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
make -j$(nproc) mlir-doc)

- name: Install MLIR Dialect docs
run: ./copy_docs.sh llvm_src/build/mlir/docs/ website/content/docs/
run: ./copy_docs.sh llvm_src/build/tools/mlir/docs/ website/content/docs/

- name: Install MLIR Source docs
run: ./copy_docs.sh llvm_src/mlir/docs/ website/content/docs/
Expand Down

0 comments on commit bdf3306

Please sign in to comment.