We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7aa950 commit ec9999bCopy full SHA for ec9999b
.github/workflows/ci.yml
@@ -36,8 +36,8 @@ jobs:
36
out='generation/gh-pages/std-2023'
37
mkdir -- "$out"
38
39
- (cd cpp23; cat flowchart.dot.cpp | gcc -E -) | dot -Tsvg -start=1000 > "$out"/initialization.svg
40
- (cd cpp23; cat flowchart.dot.cpp | gcc -E -) | dot -Tpng -start=1000 > "$out"/initialization.png
+ gcc -E flowchart.dot.cpp | dot -Tsvg -start=1000 > "$out"/initialization.svg
+ gcc -E flowchart.dot.cpp | dot -Tpng -start=1000 > "$out"/initialization.png
41
42
- name: Deploy generated flowcharts to Github Pages
43
if: github.ref == 'refs/heads/main'
0 commit comments