We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf4664 commit 40bb011Copy full SHA for 40bb011
1 file changed
.github/workflows/markdown_equations.yml
@@ -70,6 +70,12 @@ jobs:
70
make install-node-modules || make install-node-modules || make install-node-modules
71
timeout-minutes: 15
72
73
+ # Initialize stdlib development environment:
74
+ - name: 'Initialize stdlib development environment'
75
+ run: |
76
+ make init || make init || make init
77
+ timeout-minutes: 5
78
+
79
# Generate and commit equation SVG files for README.md files:
80
- name: 'Generate and commit equation SVG files'
81
run: |
0 commit comments