File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments