Skip to content

Commit ed29686

Browse files
committed
Added more tests and code cleanups
1 parent 7daaab7 commit ed29686

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,7 @@ jobs:
2929
find . -name "*.dot" -exec dot -Tsvg {} -o {}.svg \;
3030
- name: Generate index.html for examples directory
3131
run: |
32-
find ./target/metair-test -type d -print -exec sh -c 'tree "$0" \
33-
-H "." \
34-
-L 1 \
35-
--noreport \
36-
--houtro ""
37-
--dirsfirst \
38-
--charset utf-8 \
39-
-I "index.html" \
40-
-T "MetaIR Examples" \
41-
--ignore-case \
42-
--timefmt "%d-%b-%Y %H:%M" \
43-
-s \
44-
-D \
45-
-o "$0/index.html"' {} \;
32+
find ./target/metair-test -type d -print -exec sh -c 'tree "$0" -H "." -L 1 --noreport --houtro "" --dirsfirst --charset utf-8 -I "index.html" -T "MetaIR Examples" --ignore-case --timefmt "%d-%b-%Y %H:%M" -s -D -o "$0/index.html"' {} \;
4633
- uses: JamesIves/github-pages-deploy-action@3.7.1
4734
with:
4835
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)