Skip to content

Commit

Permalink
fix(ci): Update path of auto-generated dialect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Mar 12, 2024
1 parent a0195cf commit 629a0eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler_build_and_test_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
make BUILD_DIR=/build doc
cd /build/tools/concretelang/docs/concretelang/
sed -i -e 's/\[TOC\]//' *Dialect.md
for i in `ls *Dialect.md`; do diff $i /concrete/docs/dev/compilation/$i; done;
for i in `ls *Dialect.md`; do diff $i /concrete/docs/explanations/$i; done;
- name: Enable complete tests on push to main
if: github.ref == 'refs/heads/main'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 629a0eb

Please sign in to comment.