Skip to content

Commit

Permalink
chore: fix doc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 13, 2024
1 parent 8d6790d commit 4a83cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install LLVM
run: sudo apt-get install llvm-17 llvm-17-dev llvm-17-runtime clang-17 clang-tools-17 lld-17 libpolly-17-dev libmlir-17-dev mlir-17-tools
- name: Build docs
run: make doc
run: cargo doc
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 4a83cfd

Please sign in to comment.