mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
chore: fix doc ci
This commit is contained in:
parent
8d6790d508
commit
4a83cfd6f9
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install LLVM
|
- 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
|
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
|
- name: Build docs
|
||||||
run: make doc
|
run: cargo doc
|
||||||
- name: Deploy Documentation
|
- name: Deploy Documentation
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue